bump version to 1.4.0

This commit is contained in:
Moy 2025-10-21 17:13:32 +08:00
parent cd9c1e06bd
commit bf98aeaa09
3 changed files with 6 additions and 4 deletions

View file

@ -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",

View file

@ -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": "",

View file

@ -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"
}