From 2bdab409820117620443a2e04f97da8c4e3b6f55 Mon Sep 17 00:00:00 2001 From: righ Date: Wed, 21 Aug 2024 22:07:23 +0900 Subject: [PATCH] 2.3.2-alpha.4 --- 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 d394bb6..01e3b63 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -1,12 +1,12 @@ { "name": "covertable", - "version": "2.3.2-alpha.3", + "version": "2.3.2-alpha.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "covertable", - "version": "2.3.2-alpha.3", + "version": "2.3.2-alpha.4", "license": "Apache-2.0", "dependencies": { "js-md5": "^0.7.3" diff --git a/typescript/package.json b/typescript/package.json index b1bbddd..0d24d3a 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "covertable", - "version": "2.3.2-alpha.3", + "version": "2.3.2-alpha.4", "description": "A flexible pairwise tool written in TypeScript", "homepage": "https://github.com/walkframe/covertable", "repository": {