diff --git a/main.go b/main.go index e2fa43a..0ad83c8 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ import ( "time" ) -const Version = "v0.2.5" +const Version = "v0.2.6" func main() { log.Fatal(Run()) diff --git a/web/package.json b/web/package.json index 385bdac..abb787c 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "next-terminal", - "version": "0.2.5", + "version": "0.2.6", "private": true, "dependencies": { "@ant-design/icons": "^4.3.0",