diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 11269c4..ae7f173 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -1,12 +1,12 @@ { "name": "covertable", - "version": "2.4.0-alpha.2", + "version": "2.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "covertable", - "version": "2.4.0-alpha.2", + "version": "2.4.0", "license": "Apache-2.0", "dependencies": { "js-md5": "^0.7.3" diff --git a/typescript/package.json b/typescript/package.json index 696de66..b948fbb 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "covertable", - "version": "2.4.0-alpha.2", + "version": "2.4.0", "description": "A flexible pairwise tool written in TypeScript", "homepage": "https://github.com/walkframe/covertable", "repository": {