diff --git a/build.json b/build.json index a02b00f..9e9c4ad 100644 --- a/build.json +++ b/build.json @@ -1,6 +1,6 @@ { "name": "promptr", - "version": "6.0.4", + "version": "6.0.5", "main": "index.js", "bin": "index.js", "dependencies": { diff --git a/package.json b/package.json index 263c8e6..834fb52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ifnotnowwhen/promptr", - "version": "6.0.4", + "version": "6.0.5", "main": "Main.js", "type": "module", "license": "MIT", diff --git a/src/Main.js b/src/Main.js index 90a5f5f..5e2a7b6 100644 --- a/src/Main.js +++ b/src/Main.js @@ -63,6 +63,6 @@ export default class Main { } static async getVersion() { - return "6.0.4" + return "6.0.5" } }