Skip to content

Commit

Permalink
Remove uninstallable version from versions.json.
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan McQuen <[email protected]>
  • Loading branch information
ryanpcmcquen committed May 5, 2021
1 parent ed37c9d commit 9638a24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian_focus_mode",
"name": "Focus Mode",
"version": "1.1.0",
"version": "1.1.1",
"minAppVersion": "0.9.12",
"description": "Add Focus Mode to Obsidian.",
"author": "ryanpcmcquen",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian_focus_mode",
"version": "1.1.0",
"version": "1.1.1",
"description": "Add Focus Mode to Obsidian.",
"main": "main.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"1.1.1": "0.9.12",
"1.1.0": "0.9.12",
"1.0.1": "0.9.12",
"1.0.0": "0.9.12"
"1.0.1": "0.9.12"
}

0 comments on commit 9638a24

Please sign in to comment.