From 6273100cbdfeefe291571ea7675445bae7a57cb9 Mon Sep 17 00:00:00 2001 From: Elizabeth Date: Mon, 15 Apr 2024 14:13:55 -0400 Subject: [PATCH] version bump --- manifest.json | 4 ++-- package.json | 2 +- theme.css | 3 +-- versions.json | 4 +++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 9edb3de..9c40737 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Sandover", - "version": "2.0.2", - "minAppVersion": "2.0.2", + "version": "2.0.3", + "minAppVersion": "2.0.3", "author": "eliz-abeth", "authorUrl": "https://github.com/eliz-abeth", "fundingUrl": "http://ko-fi.com/eliz0beth" diff --git a/package.json b/package.json index 4a0db46..a35cbad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Sandover", - "version": "2.0.2", + "version": "2.0.3", "scripts": { "version": "node version-bump.mjs && git add manifest.json versions.json" } diff --git a/theme.css b/theme.css index f85e57e..fd2a399 100644 --- a/theme.css +++ b/theme.css @@ -1,6 +1,6 @@ /*----- FRONT MATTER ------- ** Theme: Sandover -** Version number: 2.0.2 +** Version number: 2.0.3 ** GitHub Repo: https://github.com/eliz-abeth/sandover ** Made with care by: eliz-abeth ** buy me a coffee: https://ko-fi.com/eliz0beth @@ -210,7 +210,6 @@ body { /* color variables */ --color-cyan-rgb: var(--color-cyan); --color-salmon-rgb: var(--color-salmon); - --color-salmon-lighter-rgb: var(--color-salmon-lighter); --color-dark1-rgb: var(--color-dark1); --color-light1-rgb: var(--color-light1); --color-yellow-light-rgb: var(--color-yellow-light); diff --git a/versions.json b/versions.json index 1f11b6c..9df2105 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,7 @@ { "1.0.0": "1.0.0", "1.0.5": "1.0.5", - "1.0.6": "1.0.6" + "1.0.6": "1.0.6", + "2.0.2": "2.0.2", + "2.0.3": "2.0.3" } \ No newline at end of file