Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shichongrui committed Sep 17, 2024
1 parent 762c2a7 commit 052b170
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "obsidian-reveal-active-file",
"name": "Automatically reveal active file",
"version": "1.0.2",
"minAppVersion": "0.12.15",
"version": "1.0.3",
"minAppVersion": "1.6.7",
"description": "This plugin will reveal the active file in the navigation when a file is opened.",
"author": "Matt Sessions",
"authorUrl": "https://www.matthewsessions.com",
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-sample-plugin",
"version": "1.0.2",
"version": "1.0.3",
"main": "main.js",
"scripts": {
"dev": "rollup --config rollup.config.js -w",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"1.0.0": "0.9.22",
"1.0.1": "0.12.15",
"1.0.2": "0.12.15"
"1.0.2": "0.12.15",
"1.0.3": "1.6.7"
}

0 comments on commit 052b170

Please sign in to comment.