Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
NomarCub committed Oct 14, 2022
1 parent 37663fe commit 2599a2a
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": "open-vscode",
"name": "Open vault in VSCode",
"version": "1.2.0",
"minAppVersion": "0.14.8",
"version": "1.2.1",
"minAppVersion": "0.16.3",
"description": "Ribbon button and command to open vault as a Visual Studio Code workspace",
"author": "NomarCub",
"authorUrl": "https://github.com/NomarCub",
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": "open-vscode",
"version": "1.2.0",
"version": "1.2.1",
"description": "Open vault in Visual Studio Code ribbon button and command for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
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.11.13",
"1.2.0": "0.14.8"
"1.2.0": "0.14.8",
"1.2.1": "0.16.3"
}

0 comments on commit 2599a2a

Please sign in to comment.