diff --git a/package-lock.json b/package-lock.json
index fd6d714..7180f95 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "tui-lib",
- "version": "0.4.0",
+ "version": "0.4.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tui-lib",
- "version": "0.4.0",
+ "version": "0.4.1",
"license": "GPL-3.0",
"dependencies": {
"natural-orderby": "^3.0.2",
diff --git a/package.json b/package.json
index 7abf3e2..6f9d524 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "tui-lib",
- "version": "0.4.0",
+ "version": "0.4.1",
"description": "terminal ui library",
"type": "module",
"repository": {
|