diff --git a/manifest.json b/manifest.json index 443836c..00b47fc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "cubox-sync", "name": "Cubox", - "version": "1.0.6", + "version": "1.0.7", "minAppVersion": "0.15.0", "description": "Sync your Cubox articles & annotations", "author": "delphi-2015", diff --git a/package-lock.json b/package-lock.json index d51ace7..cab87e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-cubox", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-cubox", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "dependencies": { "luxon": "^3.1.1", diff --git a/package.json b/package.json index c08339f..a9e6b59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-cubox", - "version": "1.0.6", + "version": "1.0.7", "description": "This is a cubox plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a1f309f..a30b9cf 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "1.0.3": "0.15.0", "1.0.4": "0.15.0", "1.0.5": "0.15.0", - "1.0.6": "0.15.0" + "1.0.6": "0.15.0", + "1.0.7": "0.15.0" } \ No newline at end of file