diff --git a/build.json b/build.json index a66f027..df65e80 100644 --- a/build.json +++ b/build.json @@ -1,6 +1,6 @@ { "name": "promptr", - "version": "6.0.6", + "version": "6.0.7", "main": "index.js", "bin": "index.js", "dependencies": { diff --git a/package.json b/package.json index 4f5abfa..06849dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ifnotnowwhen/promptr", - "version": "6.0.6", + "version": "6.0.7", "main": "Main.js", "type": "module", "license": "MIT", diff --git a/src/Main.js b/src/Main.js index 3c75889..e825c41 100644 --- a/src/Main.js +++ b/src/Main.js @@ -63,6 +63,6 @@ export default class Main { } static async getVersion() { - return "6.0.6" + return "6.0.7" } }