From 5f578374d1f567bf3367c81ebf6553be81633836 Mon Sep 17 00:00:00 2001 From: mickeydarrenlau Date: Wed, 31 Jul 2024 20:08:48 +0800 Subject: [PATCH] Version bumped to 1.1.0 --- manifest.json | 2 +- version-bump.mjs | 2 +- versions.json | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index e63d7a5..f836497 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "kv-store", "name": "KV Store", - "version": "1.0.6", + "version": "1.1.0", "minAppVersion": "0.15.0", "description": "Adds a key-value store. Use it to store and retrieve key-value pairs in your vault.", "author": "Darren-project", diff --git a/version-bump.mjs b/version-bump.mjs index a4e1952..4e562fb 100644 --- a/version-bump.mjs +++ b/version-bump.mjs @@ -1,6 +1,6 @@ import { readFileSync, writeFileSync } from "fs"; -const targetVersion = "1.0.6"; +const targetVersion = "1.1.0"; // read minAppVersion from manifest.json and bump version to target version let manifest = JSON.parse(readFileSync("manifest.json", "utf8")); diff --git a/versions.json b/versions.json index 78d00a4..c0643c6 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,7 @@ "1.0.2": "0.15.0", "1.0.3": "0.15.0", "1.0.4": "0.15.0", - "1.0.5": "0.15.0" + "1.0.5": "0.15.0", + "1.0.6": "0.15.0", + "1.1.0": "0.15.0" } \ No newline at end of file