diff --git a/build.json b/build.json index 77752cb..2a7138c 100644 --- a/build.json +++ b/build.json @@ -1,6 +1,6 @@ { "name": "promptr", - "version": "3.0.4", + "version": "3.0.5", "main": "index.js", "bin": "index.js", "dependencies": { diff --git a/package.json b/package.json index e006a15..2ff113c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ifnotnowwhen/promptr", - "version": "3.0.4", + "version": "3.0.5", "main": "main.js", "type": "module", "license": "MIT", diff --git a/src/main.js b/src/main.js index da4aa01..9471603 100644 --- a/src/main.js +++ b/src/main.js @@ -63,6 +63,6 @@ export default class Main { } static async getVersion() { - return "3.0.4" + return "3.0.5" } }