Skip to content

Commit

Permalink
Bump to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleicul committed Aug 22, 2023
1 parent 5f5acd0 commit d92464c
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,10 +1,10 @@
{
"id": "ketcher",
"name": "Ketcher",
"version": "0.1.3",
"version": "0.1.4",
"minAppVersion": "0.1.0",
"description": "View or draw chemical structures and reactions using Ketcher.",
"author": "Yulei Chen",
"authorUrl": "https://github.com/yuleicul",
"isDesktopOnly": true
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-ketcher",
"version": "0.1.2",
"version": "0.1.4",
"description": "View or draw chemical structures and reactions using Ketcher.",
"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,5 +1,6 @@
{
"0.1.0": "0.1.0",
"0.1.1": "0.1.0",
"0.1.2": "0.1.0"
"0.1.2": "0.1.0",
"0.1.4": "0.1.0"
}

0 comments on commit d92464c

Please sign in to comment.