From 546fd7bfcee12c37d2aea2093772ead0bf74476a Mon Sep 17 00:00:00 2001 From: syimyuzya Date: Tue, 8 Oct 2024 16:38:06 +0800 Subject: [PATCH] Bump version 20241008.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55fff95..c85aeb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tshet-uinh-examples", - "version": "20230224.0.0", + "version": "20241008.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tshet-uinh-examples", - "version": "20230224.0.0", + "version": "20241008.0.0", "license": "CC0-1.0", "dependencies": { "tshet-uinh": "^0.15.1", diff --git a/package.json b/package.json index ea492b8..52bd655 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tshet-uinh-examples", - "version": "20230224.0.0", + "version": "20241008.0.0", "description": "JavaScript code examples to generate the derivatives of the Qieyun phonological system using qieyun-js", "type": "module", "main": "index.js",