Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
cycsd committed Jan 8, 2024
1 parent 58e7b32 commit 10db91d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "card-note",
"name": "CardNote",
"version": "0.2.0",
"version": "0.2.1",
"minAppVersion": "0.15.0",
"description": "Help you quickly extract your thoughts in the Canvas and Excalidraw",
"author": "cycsd",
"authorUrl": "https://github.com/cycsd/obsidian-card-note",
"isDesktopOnly": false
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "card-note-plugin",
"version": "0.2.0",
"version": "0.2.1",
"description": "Help you quickly extract your thought in the Canvas and Excalidraw",
"main": "main.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"1.0.0": "0.15.0",
"0.1.1": "0.15.0",
"0.2.0": "0.15.0"
}
"0.2.0": "0.15.0",
"0.2.1": "0.15.0"
}

0 comments on commit 10db91d

Please sign in to comment.