From 85100861cfc53e850634494a532dffb224f0da76 Mon Sep 17 00:00:00 2001 From: Chiyu Liang <532117255@qq.com> Date: Mon, 11 Mar 2024 16:36:51 +0800 Subject: [PATCH] Bump version (#64) --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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": {