Skip to content

Commit

Permalink
Merge pull request #21 from dromara/develop
Browse files Browse the repository at this point in the history
1.0.7
  • Loading branch information
westboy authored Jan 8, 2023
2 parents 450ad86 + 8de8cb1 commit 6fa6153
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

![JDK](https://img.shields.io/badge/JDK-17-blue.svg)
![Apache 2.0](https://img.shields.io/badge/Apache-2.0-4green.svg)
![Release](https://img.shields.io/badge/Release-1.0.6-green.svg)
![Release](https://img.shields.io/badge/Release-1.0.7-green.svg)

RedisFront是一款基于Java Swing开发的跨平台Redis桌面客户端工具,简单易用,功能完善,支持单机模式, 集群模式, 哨兵模式以及 SSH 隧道连接.

Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

![JDK](https://img.shields.io/badge/JDK-17-blue.svg)
![Apache 2.0](https://img.shields.io/badge/Apache-2.0-4green.svg)
![Release](https://img.shields.io/badge/Release-1.0.6-green.svg)
![Release](https://img.shields.io/badge/Release-1.0.7-green.svg)

RedisFront is a cross platform Redis desktop client tool developed based on Java Swing. It is simple to use and has complete functions. It supports stand-alone mode, cluster mode, sentry mode and SSH tunnel connection

Expand Down
2 changes: 1 addition & 1 deletion assets/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "1.0.6"}
{"version": "1.0.7"}
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ buildscript {

plugins.apply("io.github.fvarrui.javapackager.plugin")

version = "1.0.6"
version = "1.0.7"

val applicationName: String = "RedisFront"
val organization: String = "dromara.org"
Expand Down

0 comments on commit 6fa6153

Please sign in to comment.