Skip to content

Commit

Permalink
Version bumped to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeydarrenlau committed Jul 31, 2024
1 parent e878864 commit 5f57837
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion version-bump.mjs
Original file line number Diff line number Diff line change
@@ -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"));
Expand Down
4 changes: 3 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 5f57837

Please sign in to comment.