Skip to content

Commit

Permalink
Merge pull request #9 from hua03/develop
Browse files Browse the repository at this point in the history
fix: fixed error version
  • Loading branch information
hua03 authored Mar 10, 2023
2 parents ce1a98d + bb8f753 commit b22604f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-toggle-meta-yaml-plugin",
"version": "1.1.0",
"version": "1.1.1",
"description": "This is a simple plugin to toggle meta yaml.",
"main": "main.js",
"scripts": {
Expand All @@ -21,4 +21,4 @@
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}
}
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.15.0",
"1.1.0": "0.15.0"
"1.1.0": "0.15.0",
"1.1.1": "0.15.0"
}

0 comments on commit b22604f

Please sign in to comment.