diff --git a/main.go b/main.go index 1c668c4..eb19fe5 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ import ( "time" ) -const Version = "v0.2.1" +const Version = "v0.2.2" func main() { log.Fatal(Run()) diff --git a/web/package.json b/web/package.json index 172abb0..06f70a8 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "next-terminal", - "version": "0.2.1", + "version": "0.2.2", "private": true, "dependencies": { "@ant-design/icons": "^4.3.0",