Skip to content

Commit

Permalink
Version bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Sessions committed Mar 16, 2022
1 parent 5755eb7 commit 574972e
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-reveal-active-file",
"name": "Automatically reveal active file",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "0.12.15",
"description": "This plugin will reveal the active file in the navigation when a file is opened.",
"author": "Matt Sessions",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "1.0.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"version": "1.0.2",
"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,4 +1,5 @@
{
"1.0.0": "0.9.22",
"1.0.1": "0.12.15"
"1.0.1": "0.12.15",
"1.0.2": "0.12.15"
}

0 comments on commit 574972e

Please sign in to comment.