bump version to v0.3.1

This commit is contained in:
sawka 2023-09-17 20:31:55 -07:00
parent 7e4401a625
commit 4953550425
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,2 +1,2 @@
const VERSION = "v0.3.0";
const VERSION = "v0.3.1";
module.exports = VERSION;