diff --git a/manifest-beta.json b/manifest-beta.json index c234a02..3be0392 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "date-inserter", "name": "Date Inserter", - "version": "0.2.1-beta.1", + "version": "0.2.1", "minAppVersion": "0.15.0", "description": "Insert a date at the cursor position using a calendar.", "author": "namikaze-40p", diff --git a/manifest.json b/manifest.json index faf5951..3be0392 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "date-inserter", "name": "Date Inserter", - "version": "0.2.0", + "version": "0.2.1", "minAppVersion": "0.15.0", "description": "Insert a date at the cursor position using a calendar.", "author": "namikaze-40p", diff --git a/package-lock.json b/package-lock.json index fba3238..b563db1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "date-inserter", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "date-inserter", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "vanillajs-datepicker": "^1.3.4" diff --git a/package.json b/package.json index 610e5e5..0f453a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "date-inserter", - "version": "0.2.0", + "version": "0.2.1", "description": "This is an Obsidian plugin which can insert a date at the cursor position using a calendar.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f017ccd..6186e70 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.2.1": "0.15.0", "0.2.1-beta.1": "0.15.0", "0.2.0": "0.15.0", "0.2.0-beta.1": "0.15.0",