From 00b776f7c1174e9ea696131e294166d36948ef78 Mon Sep 17 00:00:00 2001
From: Ayaka Mikazuki <ayaka@mail.shn.hk>
Date: Sat, 25 Feb 2023 00:43:58 +0930
Subject: [PATCH] Bump version and fix README

---
 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 ba531d8..94258c6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "qieyun-examples",
-  "version": "20220826.0.2",
+  "version": "20230224.0.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "qieyun-examples",
-      "version": "20220826.0.2",
+      "version": "20230224.0.0",
       "license": "CC0-1.0",
       "dependencies": {
         "tshet-uinh-deriver-tools": "^0.1.4"
diff --git a/package.json b/package.json
index b8c3921..a2e6b8d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "qieyun-examples",
-  "version": "20220826.0.2",
+  "version": "20230224.0.0",
   "description": "JavaScript code examples to generate the derivatives of the Qieyun phonological system using qieyun-js",
   "type": "module",
   "main": "index.js",