diff --git a/README.md b/README.md index 8ce04e8..3f45cce 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Download latest `dmg` package from [release](https://github.com/qishibo/AnotherR ## Feature Log +- 2020-06-18: SSL/TLS Support!!! - 2020-04-28: Page Zoom && Big Key Loads With Scan && Auto Json - 2020-04-18: Unvisible Key\Value Format Support - 2020-04-04: Cluster Support!!! diff --git a/pack/electron/package.json b/pack/electron/package.json index 7ea9fc4..3f79bf7 100644 --- a/pack/electron/package.json +++ b/pack/electron/package.json @@ -1,6 +1,6 @@ { "name": "another-redis-desktop-manager", - "version": "1.3.6", + "version": "1.3.7", "description": "A faster, better and more stable redis desktop manager.", "author": "qii404.me", "private": true,