We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55513d9 commit fc396d8Copy full SHA for fc396d8
manifest.config.ts
@@ -3,7 +3,7 @@ import { ManifestV3Export } from '@crxjs/vite-plugin';
3
const manifest = {
4
manifest_version: 3,
5
name: 'HSU 시간표 마슐사 ✨',
6
- version: '1.3.2',
+ version: '1.3.3',
7
description: '한성대학교 종합정보시스템 시간표 및 수업계획서 조회 페이지의 가독성을 높입니다.',
8
action: {
9
default_popup: 'index.html',
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "mashlebugi",
"private": true,
- "version": "1.3.2",
+ "version": "1.3.3",
"type": "module",
"scripts": {
"dev": "vite",
0 commit comments