diff --git a/build.json b/build.json index 7bd7bf2..1267f32 100644 --- a/build.json +++ b/build.json @@ -1,6 +1,6 @@ { "name": "promptr", - "version": "6.0.1", + "version": "6.0.2", "main": "index.js", "bin": "index.js", "dependencies": { diff --git a/package.json b/package.json index 09b6530..a023985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ifnotnowwhen/promptr", - "version": "6.0.1", + "version": "6.0.2", "main": "Main.js", "type": "module", "license": "MIT", diff --git a/src/Main.js b/src/Main.js index 85a6090..12f512f 100644 --- a/src/Main.js +++ b/src/Main.js @@ -63,6 +63,6 @@ export default class Main { } static async getVersion() { - return "6.0.1" + return "6.0.2" } }