From 78b9ecb57aeb615ffda3fca1078cc914745e1d6b Mon Sep 17 00:00:00 2001 From: Mahmudul Hasan Date: Sat, 14 Oct 2023 02:35:25 +0600 Subject: [PATCH] bump: release version 1.0.3 --- 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 49aed38..d29a956 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "favorite-note", "name": "Favorite Note", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "0.15.0", "description": "Mark your note as favorite.", "author": "mahmudz", diff --git a/package.json b/package.json index acf593b..9ea64ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.2", + "version": "1.0.3", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 2886cf9..9932902 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.1": "0.15.0", - "1.0.2": "0.15.0" + "1.0.2": "0.15.0", + "1.0.3": "0.15.0" } \ No newline at end of file