diff --git a/manifest.config.ts b/manifest.config.ts index 7a1f489..dfc8976 100644 --- a/manifest.config.ts +++ b/manifest.config.ts @@ -3,7 +3,7 @@ import { ManifestV3Export } from '@crxjs/vite-plugin'; const manifest = { manifest_version: 3, name: 'HSU 시간표 마슐사', - version: '1.2.6', + version: '1.2.7', description: '한성대학교 종합정보시스템 시간표 및 수업계획서 조회 페이지의 가독성을 높입니다.', action: { default_popup: 'index.html', diff --git a/package.json b/package.json index 5e6e125..1b543a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mashlebugi", "private": true, - "version": "1.2.6", + "version": "1.2.7", "type": "module", "scripts": { "dev": "vite",