bump versions to v0.5.0, update package.json for Wave

This commit is contained in:
sawka 2023-10-24 09:29:00 -07:00
parent c0de69e4a2
commit ce033c616f
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
{
"name": "Prompt",
"version": "0.4.0",
"name": "Wave Terminal",
"version": "0.5.0",
"main": "dist/emain.js",
"license": "Proprietary",
"license": "Apache-2.0",
"dependencies": {
"@monaco-editor/react": "^4.5.1",
"@tanstack/match-sorter-utils": "^8.8.4",

View File

@ -36,7 +36,7 @@ const PromptLockFile = "prompt.lock"
const PromptDirName = "prompt"
const PromptDevDirName = "prompt-dev"
const PromptAppPathVarName = "PROMPT_APP_PATH"
const PromptVersion = "v0.4.0"
const PromptVersion = "v0.5.0"
const PromptAuthKeyFileName = "prompt.authkey"
const MShellVersion = "v0.3.0"
const DefaultMacOSShell = "/bin/bash"