From 37d49861b1f21aee1f5a1da4a54c08399bc51e07 Mon Sep 17 00:00:00 2001 From: qishibo Date: Sun, 9 May 2021 19:34:22 +0800 Subject: [PATCH] update version --- README.md | 2 +- pack/electron/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,