bump to v0.1.6

This commit is contained in:
sawka 2023-03-06 15:52:53 -08:00
parent 5986ec1398
commit feea45aa19
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,2 +1,2 @@
const VERSION = "v0.1.5";
const VERSION = "v0.1.6";
module.exports = VERSION;