bump version

This commit is contained in:
srgooglo 2021-09-24 08:37:12 +02:00
parent 4944590e14
commit 7ccf34ea38
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{ {
"version": "0.5.35", "version": "0.6.1",
"fixedMainScript": "./index.js" "fixedMainScript": "./index.js"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "linebridge", "name": "linebridge",
"version": "0.6.0", "version": "0.6.1",
"description": "A simple, fast, and powerful API interface library", "description": "A simple, fast, and powerful API interface library",
"author": "RageStudio", "author": "RageStudio",
"main": "dist/index.js", "main": "dist/index.js",
@ -36,4 +36,4 @@
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"nodemon": "^2.0.7" "nodemon": "^2.0.7"
} }
} }