From d716806092c7ca78685fb2afd5061ce3e370ce9e Mon Sep 17 00:00:00 2001 From: Moy Date: Wed, 5 Nov 2025 13:54:17 +0800 Subject: [PATCH] build: 1.5.0 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 17c57a7..21754b0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "easy-copy", "name": "Easy Copy", - "version": "1.4.0", + "version": "1.5.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 1e27299..fa751ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.4.0", + "version": "1.5.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index eda4480..9bbc2b1 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "1.3.3": "0.15.0", "1.3.4": "0.15.0", "1.3.5": "0.15.0", - "1.4.0": "0.15.0" + "1.4.0": "0.15.0", + "1.5.0": "0.15.0" }