Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberT17 committed Jul 18, 2023
1 parent 9ff855d commit f546e53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down
3 changes: 2 additions & 1 deletion 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"
}

0 comments on commit f546e53

Please sign in to comment.