diff --git a/manifest.json b/manifest.json index 23b9433..ed82949 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "cron", "name": "Cron", - "version": "1.1.0", + "version": "1.1.1", "minAppVersion": "0.15.0", "description": "Simple CRON / schedular plugin to regularly run user scripts or Obsidian commands.", "author": "Callum Loh", diff --git a/package-lock.json b/package-lock.json index cae2020..c030bc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-cron-plugin", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-cron-plugin", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.6", diff --git a/package.json b/package.json index 5aeb508..0b6ff0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-cron-plugin", - "version": "1.1.0", + "version": "1.1.1", "description": "Simple CRON / Schedular plugin to regularly run user scripts or Obsidian commands for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9021324..1629de4 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.0.1": "0.15.0", "1.0.0": "0.15.0", - "1.1.0": "0.15.0" + "1.1.0": "0.15.0", + "1.1.1": "0.15.0" } \ No newline at end of file