diff --git a/.corenode.json b/.corenode.json index f605865..f146592 100644 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.5.35", + "version": "0.6.1", "fixedMainScript": "./index.js" -} \ No newline at end of file +} diff --git a/package.json b/package.json index 86b80b0..2bf9a78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.6.0", + "version": "0.6.1", "description": "A simple, fast, and powerful API interface library", "author": "RageStudio", "main": "dist/index.js", @@ -36,4 +36,4 @@ "cross-env": "^7.0.3", "nodemon": "^2.0.7" } -} \ No newline at end of file +}