aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-02-09 18:26:26 -0500
committerBobby <[email protected]>2022-02-09 18:26:26 -0500
commit9297d01ff17ce9d897774ec928eaa0402651ccb2 (patch)
treec6231988c168973cbc5b1fbe7a1ee67f87724ac3
parentcfc8f3d93b93473d6b4a68662a93e664372b0dca (diff)
downloadizuku.js-9297d01ff17ce9d897774ec928eaa0402651ccb2.tar.xz
izuku.js-9297d01ff17ce9d897774ec928eaa0402651ccb2.zip
fix: fix npm package and bump to 1.1.1
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0ea9b7d..7fff023 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "izuku",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "In-Console Tabular Data Representation and Manipulation",
"main": "dist/index.js",
"types": "dist/index.d.ts",