Bump version to 1.3.4

This commit is contained in:
Moy 2025-09-15 18:42:16 +08:00
parent f4bb658d63
commit df9494ed7d
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "easy-copy",
"name": "Easy Copy",
"version": "1.3.3",
"version": "1.3.4",
"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.3",
"version": "1.3.4",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {

View file

@ -7,5 +7,6 @@
"1.3.0": "0.15.0",
"1.3.1": "0.15.0",
"1.3.2": "0.15.0",
"1.3.3": "0.15.0"
"1.3.3": "0.15.0",
"1.3.4": "0.15.0"
}