This commit is contained in:
Brian C Biggs 2026-06-12 23:06:25 -05:00
parent 4f531bfdd0
commit 920145c821
3 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "Biggs",
"version": "1.1.3",
"version": "1.1.4",
"minAppVersion": "1.1.1",
"author": "Brian C Biggs",
"authorUrl": "https://briancbiggs.com/"

View file

@ -1,6 +1,6 @@
{
"name": "biggs-obsidian-theme",
"version": "1.1.3",
"version": "1.1.4",
"scripts": {
"version": "node version-bump.mjs && git add manifest.json versions.json"
}

View file

@ -3,5 +3,6 @@
"1.1.0": "1.1.1",
"1.1.1": "1.1.1",
"1.1.2": "1.1.1",
"1.1.3": "1.1.1"
"1.1.3": "1.1.1",
"1.1.4": "1.1.1"
}