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