Skip to content

Commit

Permalink
1.1.2 - CSS Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeydarrenlau committed Aug 8, 2024
1 parent 9aa1add commit 5410c89
Show file tree
Hide file tree
Showing 4 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.1.1",
"version": "1.1.2",
"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
1 change: 1 addition & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ If your plugin does not need CSS, delete this file.
.kv-store-json-editor-css .setting-item-control {
text-align: unset;
justify-content: unset;
display: unset;
}


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.1.0";
const targetVersion = "1.1.2";

// read minAppVersion from manifest.json and bump version to target version
let manifest = JSON.parse(readFileSync("manifest.json", "utf8"));
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"1.0.5": "0.15.0",
"1.0.6": "0.15.0",
"1.1.0": "0.15.0",
"1.1.1": "0.15.0"
"1.1.1": "0.15.0",
"1.1.2": "0.15.0"
}

0 comments on commit 5410c89

Please sign in to comment.