From fed1e1c68e930685fc75cdfae146124ca2bd3e24 Mon Sep 17 00:00:00 2001 From: qishibo Date: Thu, 18 Jun 2020 10:22:55 +0800 Subject: [PATCH] update readme --- README.md | 1 + pack/electron/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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,