diff --git a/manifest.json b/manifest.json index d364215..fc32b83 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "chem", "name": "Chem", - "version": "0.3.0", + "version": "0.4.0", "minAppVersion": "1.0.0", "description": "Providing chemistry supports. Rendering SMILES strings into chemistry structures.", "author": "Acylation", diff --git a/package-lock.json b/package-lock.json index 599c345..2a6a518 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "chem", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "chem", - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "dependencies": { "@rdkit/rdkit": "^2023.9.2-1.0.0", diff --git a/package.json b/package.json index b8eba06..4f5f3c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chem", - "version": "0.3.0", + "version": "0.4.0", "description": "Providing chemistry supports. Rendering SMILES strings into chemistry structures.", "main": "main.js", "scripts": {