bump version to v0.2.0

This commit is contained in:
sawka 2023-04-04 09:16:03 -07:00
parent df4ef2b675
commit 4d813aa07a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,2 +1,2 @@
const VERSION = "v0.1.7";
const VERSION = "v0.2.0";
module.exports = VERSION;