diff --git a/manifest.json b/manifest.json index 88ef722..ef2ac10 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "cubox-sync", "name": "Cubox", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "0.15.0", "description": "Sync your Cubox articles & annotation", "author": "delphi-2015", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index ff5ae07..bdf1329 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-cubox", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-cubox", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "luxon": "^3.1.1", diff --git a/package.json b/package.json index b5e7f1d..4600c7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-cubox", - "version": "1.0.0", + "version": "1.0.1", "description": "This is a cubox plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 26382a1..a6d5a03 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" -} + "1.0.0": "0.15.0", + "1.0.1": "0.15.0" +} \ No newline at end of file