From 7ac70d6fc015930bc03108c30294a4e2069e3f3a Mon Sep 17 00:00:00 2001 From: sawka Date: Wed, 25 Jan 2023 22:28:22 -0800 Subject: [PATCH] bump to v0.1.2 --- package.json | 2 +- version.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a3a41b10..558f76a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Prompt", - "version": "0.1.1", + "version": "0.1.2", "main": "dist/emain.js", "license": "Proprietary", "dependencies": { diff --git a/version.js b/version.js index db57ea4a..319a1e62 100644 --- a/version.js +++ b/version.js @@ -1,2 +1,2 @@ -const VERSION = "v0.1.1"; +const VERSION = "v0.1.2"; module.exports = VERSION;