From 334575696adc21e01404d76c9ff28038e4379054 Mon Sep 17 00:00:00 2001 From: Ferris Lucas Date: Fri, 26 Jan 2024 17:21:36 -0600 Subject: [PATCH] bump version --- build.json | 2 +- package.json | 2 +- src/Main.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.json b/build.json index 9e9c4ad..a66f027 100644 --- a/build.json +++ b/build.json @@ -1,6 +1,6 @@ { "name": "promptr", - "version": "6.0.5", + "version": "6.0.6", "main": "index.js", "bin": "index.js", "dependencies": { diff --git a/package.json b/package.json index 834fb52..4f5abfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ifnotnowwhen/promptr", - "version": "6.0.5", + "version": "6.0.6", "main": "Main.js", "type": "module", "license": "MIT", diff --git a/src/Main.js b/src/Main.js index 5e2a7b6..3c75889 100644 --- a/src/Main.js +++ b/src/Main.js @@ -63,6 +63,6 @@ export default class Main { } static async getVersion() { - return "6.0.5" + return "6.0.6" } }