bump version to v0.2.1

This commit is contained in:
sawka
2023-04-12 22:07:52 -07:00
parent c969966162
commit 69058ab39f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "Prompt",
"version": "0.2.0",
"version": "0.2.1",
"main": "dist/emain.js",
"license": "Proprietary",
"dependencies": {
+1 -1
View File
@@ -1,2 +1,2 @@
const VERSION = "v0.2.0";
const VERSION = "v0.2.1";
module.exports = VERSION;