diff --git a/README.md b/README.md index 4bc0c53ed..60880c91d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Download latest [AppImage](https://github.com/qishibo/AnotherRedisDesktopManager ## Feature Log -- 2021-05-03: Stream Support +- 2021-05-03: Stream Support && Cli Command Tips Support - 2021-02-28: Connection Color Tag && Search History Support - 2021-02-03: Multiple Select\Delete && Msgpack Viewer Support - 2020-12-30: Tree View Support!!! diff --git a/pack/electron/package.json b/pack/electron/package.json index 2eaf0eea1..44ea88f7d 100644 --- a/pack/electron/package.json +++ b/pack/electron/package.json @@ -1,6 +1,6 @@ { "name": "another-redis-desktop-manager", - "version": "1.4.3", + "version": "1.4.4", "description": "A faster, better and more stable redis desktop manager.", "author": "qii404.me", "private": true,