From c0d0684230ec00255ccfb25b620d271e157664a8 Mon Sep 17 00:00:00 2001 From: righ Date: Thu, 29 Aug 2024 05:59:47 +0900 Subject: [PATCH] 2.4.0 --- typescript/package-lock.json | 4 ++-- typescript/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {