diff --git a/.corenode.json b/.corenode.json index 3a9bdab..16071ad 100644 --- a/.corenode.json +++ b/.corenode.json @@ -1,4 +1,4 @@ { - "version": "0.6.3", + "version": "0.7.0", "fixedMainScript": "./index.js" } diff --git a/package.json b/package.json index 1f12f39..0a514ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linebridge", - "version": "0.6.3", + "version": "0.7.0", "description": "A simple, fast, and powerful API interface library", "author": "RageStudio", "main": "dist/index.js", @@ -36,4 +36,4 @@ "devDependencies": { "express-fileupload": "^1.2.1" } -} \ No newline at end of file +}