From e2cd90ea546b7bdb6cf6746f026d7f376e1efbdf Mon Sep 17 00:00:00 2001 From: qishibo Date: Mon, 30 Aug 2021 19:13:30 +0800 Subject: [PATCH] update version --- README.md | 1 + pack/electron/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 869bcdf..3e1a221 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Download latest [AppImage](https://github.com/qishibo/AnotherRedisDesktopManager ## Feature Log +- 2021-08-30: Execution log Support && Add Hot Keys - 2021-08-16: Custom Formatter View Support! - 2021-06-30: Sentinel Support!! - 2021-06-24: ACL Support diff --git a/pack/electron/package.json b/pack/electron/package.json index 5d90c57..3c5a93a 100644 --- a/pack/electron/package.json +++ b/pack/electron/package.json @@ -1,6 +1,6 @@ { "name": "another-redis-desktop-manager", - "version": "1.4.8", + "version": "1.4.9", "description": "A faster, better and more stable redis desktop manager.", "author": "qii404.me", "private": true,