Browse Source

chore: bumps version to 0.0.3

adds english documentation;
e22m4u 1 year ago
parent
commit
f80fc5a629
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@e22m4u/js-path-trie",
-  "version": "0.0.2",
+  "version": "0.0.3",
   "description": "A router based on a prefix tree (trie).",
   "type": "module",
   "main": "src/index.js",