diff --git a/package-lock.json b/package-lock.json index 2915b07..8a9db73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bhanai", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bhanai", - "version": "1.0.0", + "version": "1.0.1", "dependencies": { "readline": "^1.3.0" }, diff --git a/package.json b/package.json index 1ef0779..d3e64fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bhanai", - "version": "1.0.0", + "version": "1.0.1", "description": "Bhanai is a simple and intuitive programming language with a Nepali touch. It leverages Node.js under the hood for execution, allowing users to create .bhn files and run them seamlessly.", "main": "src/parser.js", "bin": { @@ -34,4 +34,4 @@ "engines": { "node": ">=14.0.0" } -} \ No newline at end of file +}