diff --git a/package.json b/package.json index 2047a8f..f7b5d35 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "notion-bar-colorize", "private": true, - "version": "1.0.0", + "version": "1.0.1", "type": "module", "scripts": { "dev": "vite", diff --git a/vite.config.ts b/vite.config.ts index 03d249e..274c9a7 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -5,7 +5,7 @@ const manifest = defineManifest({ manifest_version: 3, description: "Change Notion sidebar and topbar color", name: "Notion Bar Colorize", - version: "1.0.0", + version: "1.0.1", author: "futabooo", icons: { "16": "icons/icon-16.png",