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