From f546e531068be3bff3ef3d51182a669521816e1d Mon Sep 17 00:00:00 2001 From: Kevin Patel Date: Mon, 17 Jul 2023 20:46:21 -0500 Subject: [PATCH] version bump --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index ebaa57d..adb793c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-day-and-night", "name": "Day and Night", - "version": "1.1.1", + "version": "1.1.2", "minAppVersion": "1.0.0", "description": "An Obsidian plugin to automatically toggle themes between day theme and night theme on a set time schedule.", "author": "Kevin Patel", diff --git a/package.json b/package.json index 9fab485..1cf6487 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-day-and-night", - "version": "1.1.1", + "version": "1.1.2", "description": "An Obsidian plugin to automatically toggle themes between day theme and night theme on a set time schedule.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e499679..8a9c8f5 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.3": "0.12.0", "1.1.0": "1.0.0", - "1.1.1": "1.0.0" + "1.1.1": "1.0.0", + "1.1.2": "1.0.0" } \ No newline at end of file