« get me outta code hell

Update package.json for new npm release - tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-10-15 22:47:48 -0300
committerFlorrie <towerofnix@gmail.com>2019-10-15 22:47:48 -0300
commitea5b57242b7734b2d7c70cce48658d4e3331102f (patch)
tree217c828caf606a9c0cc2bc7820acee18e764076c
parentc56242c3266d1fdf83eceed532c054fba8084630 (diff)
Update package.json for new npm release
(yes, I know I'm not keeping up with semantic versioning, sorry!)
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b1bfc7b..c56c9c7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "tui-lib",
-  "version": "0.0.2",
+  "version": "0.0.3",
   "description": "terminal ui library",
   "main": "index.js",
   "repository": "https://notabug.org/towerofnix/tui-lib.git",