generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
post pull request fixes after #7, bump version to 1.2.0
- Loading branch information
Showing
5 changed files
with
35 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"id": "open-vscode", | ||
"name": "Open vault in VSCode", | ||
"version": "1.1.3", | ||
"minAppVersion": "0.14.8", | ||
"description": "Ribbon button and command to open vault as a Visual Studio Code workspace", | ||
"author": "NomarCub", | ||
"authorUrl": "https://github.com/NomarCub", | ||
"isDesktopOnly": true | ||
} | ||
{ | ||
"id": "open-vscode", | ||
"name": "Open vault in VSCode", | ||
"version": "1.2.0", | ||
"minAppVersion": "0.14.8", | ||
"description": "Ribbon button and command to open vault as a Visual Studio Code workspace", | ||
"author": "NomarCub", | ||
"authorUrl": "https://github.com/NomarCub", | ||
"isDesktopOnly": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"1.0.0": "0.11.13" | ||
} | ||
{ | ||
"1.0.0": "0.11.13", | ||
"1.2.0": "0.14.8" | ||
} |