diff --git a/README.md b/README.md index 4d14139..9c2ffbd 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Download latest `dmg` package from [release](https://github.com/qishibo/AnotherR ## Feature Log +- 2019-05-09: Search Support In Hash List Set Zset - 2019-04-26: Auto Updater - 2019-04-09: SSH Tunnel Connection Support - 2019-04-01: Extract Search Support diff --git a/pack/electron/package.json b/pack/electron/package.json index 9089d59..c37b2d2 100644 --- a/pack/electron/package.json +++ b/pack/electron/package.json @@ -1,6 +1,6 @@ { "name": "another-redis-desktop-manager", - "version": "1.1.7", + "version": "1.1.8", "description": "A faster, better and more stable redis desktop manager.", "author": "qii404.me", "private": true,