bump version

This commit is contained in:
srgooglo 2022-09-29 21:00:15 +02:00
parent 6b13655765
commit afa05b3bfc
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ {
"version": "0.12.8", "version": "0.13.0",
"fixedMainScript": "./client/index.js" "fixedMainScript": "./client/index.js"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "linebridge", "name": "linebridge",
"version": "0.12.8", "version": "0.13.0",
"description": "A simple, fast, and powerful REST API interface library", "description": "A simple, fast, and powerful REST API interface library",
"author": "RageStudio", "author": "RageStudio",
"main": "./dist/client/index.js", "main": "./dist/client/index.js",
@ -35,4 +35,4 @@
"corenode": "^0.28.26", "corenode": "^0.28.26",
"mocha": "^9.1.3" "mocha": "^9.1.3"
} }
} }