diff --git a/manifest.json b/manifest.json index 6f67529..17c57a7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "easy-copy", "name": "Easy Copy", - "version": "1.3.5", + "version": "1.4.0", "minAppVersion": "0.15.0", "description": "Easily copy the text within inline code, bold text (and many other formats), or quickly generate an elegant link to a heading.", "author": "Moy", diff --git a/package.json b/package.json index e409574..1e27299 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.3.5", + "version": "1.4.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { @@ -9,7 +9,8 @@ "build:local": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production && npm run copy-to-vault", "copy-to-vault": "node scripts/copy-to-vault.mjs", "version": "node scripts/version-bump-new.mjs && git add manifest.json versions.json", - "release": "node scripts/release-tag.mjs" + "release": "node scripts/release-tag.mjs", + "bump": "node scripts/bump.mjs" }, "keywords": [], "author": "", diff --git a/versions.json b/versions.json index 0526f32..eda4480 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "1.3.2": "0.15.0", "1.3.3": "0.15.0", "1.3.4": "0.15.0", - "1.3.5": "0.15.0" + "1.3.5": "0.15.0", + "1.4.0": "0.15.0" }