diff --git a/manifest.json b/manifest.json index d29eba2..5ba0900 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-folder-view", "name": "Smart Folder View", - "version": "0.1.0", + "version": "0.1.1", "minAppVersion": "1.0.0", "description": "Interactive folder dashboard with timeline and board views, filters, drag sorting, and saved page presets.", "author": "cyanwang", diff --git a/package-lock.json b/package-lock.json index d2952c3..ccc2c90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "smart-folder-view", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "smart-folder-view", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "devDependencies": { "esbuild": "^0.25.4", diff --git a/package.json b/package.json index f43761b..1e891ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smart-folder-view", - "version": "0.1.0", + "version": "0.1.1", "description": "Interactive folder dashboard with timeline and board views, filters, drag sorting, and saved page presets.", "main": "main.js", "scripts": { @@ -20,4 +20,4 @@ "tslib": "^2.8.1", "typescript": "^5.8.3" } -} \ No newline at end of file +} diff --git a/versions.json b/versions.json index 7d28f08..2d6c7d6 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.1.0": "1.0.0" -} \ No newline at end of file + "0.1.0": "1.0.0", + "0.1.1": "1.0.0" +}