release v0.2.1

This commit is contained in:
dushixiang 2021-02-14 03:48:13 +08:00
parent 0539ce351d
commit 34a16be204
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ import (
"time"
)
const Version = "v0.2.0"
const Version = "v0.2.1"
func main() {
log.Fatal(Run())

View File

@ -1,6 +1,6 @@
{
"name": "next-terminal",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.3.0",