diff --git a/manifest.json b/manifest.json index d5ca4fb..ea74e88 100755 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-attendance", "name": "Obsidian Attendance", - "version": "0.1.0", + "version": "0.1.1", "minAppVersion": "0.14.6", "description": "This plugin helps you track attendance.", "author": "Tiim", diff --git a/package-lock.json b/package-lock.json index 17163bd..e14aab0 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-sample-plugin", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-sample-plugin", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index aa8586c..bee368b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "0.1.0", + "version": "0.1.1", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index bfbbe9d..9b0f76e 100755 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.1.0": "0.14.6" + "0.1.0": "0.14.6", + "0.1.1": "0.14.6" } \ No newline at end of file