This commit is contained in:
sawka 2023-04-17 17:36:30 -07:00
parent a8c131d8cf
commit e4a57376f8
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,2 +1,2 @@
const VERSION = "v0.2.1";
const VERSION = "v0.2.2";
module.exports = VERSION;