diff --git a/manifest.json b/manifest.json index 63730d6..c693b18 100644 --- a/manifest.json +++ b/manifest.json @@ -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 -} +} \ No newline at end of file diff --git a/package.json b/package.json index f89078d..6c8a91c 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index deb8dae..c27c81b 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file