mirror of
https://github.com/moyf/easy-copy.git
synced 2026-07-22 05:43:47 +00:00
bump version to 1.4.0
This commit is contained in:
parent
cd9c1e06bd
commit
bf98aeaa09
3 changed files with 6 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": "",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue