diff options
| author | Bobby <[email protected]> | 2022-02-09 18:26:26 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-02-09 18:26:26 -0500 |
| commit | 9297d01ff17ce9d897774ec928eaa0402651ccb2 (patch) | |
| tree | c6231988c168973cbc5b1fbe7a1ee67f87724ac3 /package.json | |
| parent | cfc8f3d93b93473d6b4a68662a93e664372b0dca (diff) | |
| download | izuku.js-9297d01ff17ce9d897774ec928eaa0402651ccb2.tar.xz izuku.js-9297d01ff17ce9d897774ec928eaa0402651ccb2.zip | |
fix: fix npm package and bump to 1.1.1
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
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", |
