diff --git a/manifest.json b/manifest.json index 6939f41..57917fd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "slash-commander", "name": "Slash Commander", - "version": "0.2.5", + "version": "0.2.6", "minAppVersion": "1.4.5", "description": "Customize the slash command list, assign each command an icon.", "author": "alephpiece", diff --git a/package-lock.json b/package-lock.json index 26b1db8..b2bb4c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "slash-commander", - "version": "0.2.5", + "version": "0.2.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "slash-commander", - "version": "0.2.5", + "version": "0.2.6", "dependencies": { "array-move": "^4.0.0", "fuse.js": "^7.0.0", diff --git a/package.json b/package.json index 1e16448..4508702 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slash-commander", - "version": "0.2.5", + "version": "0.2.6", "description": "Customizable slash commands for Obsidian.md", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 50d796a..3018db2 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "0.2.2": "1.4.5", "0.2.3": "1.4.5", "0.2.4": "1.4.5", - "0.2.5": "1.4.5" + "0.2.5": "1.4.5", + "0.2.6": "1.4.5" } \ No newline at end of file