Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan McQuen <[email protected]>
  • Loading branch information
ryanpcmcquen committed Jun 18, 2022
1 parent 8991f20 commit dc062d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 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.8.3",
"version": "1.9.0",
"minAppVersion": "0.9.12",
"description": "Add Focus Mode to Obsidian.",
"author": "ryanpcmcquen",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-focus-mode",
"version": "1.8.3",
"version": "1.9.0",
"description": "Add Focus Mode to Obsidian.",
"main": "main.js",
"scripts": {
Expand All @@ -14,11 +14,11 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.3.2",
"@types/node": "^14.18.16",
"obsidian": "^0.12.17",
"rollup": "^2.72.1",
"@rollup/plugin-typescript": "^8.3.3",
"@types/node": "^14.18.21",
"obsidian": "^0.15.1",
"rollup": "^2.75.6",
"tslib": "^2.4.0",
"typescript": "^4.6.4"
"typescript": "^4.7.4"
}
}
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.9.0": "0.10.9",
"1.8.3": "0.10.9",
"1.8.2": "0.10.9",
"1.8.1": "0.10.9",
Expand Down

0 comments on commit dc062d9

Please sign in to comment.