bump to version v0.1.4

This commit is contained in:
sawka 2023-02-16 15:49:38 -08:00
parent 9c391db16c
commit 088e00f9da
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "Prompt",
"version": "0.1.3",
"version": "0.1.4",
"main": "dist/emain.js",
"license": "Proprietary",
"dependencies": {

View File

@ -1,2 +1,2 @@
const VERSION = "v0.1.3";
const VERSION = "v0.1.4";
module.exports = VERSION;