Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
westboy committed Oct 3, 2022
1 parent b482bcd commit acb3a80
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 @@ -28,4 +28,4 @@ RedisFront 是基于 Swing 和 Lettuce 开发的跨平台 Redis 桌面客户端

![JDK](https://img.shields.io/badge/JDK-17-blue.svg)
![Apache 2.0](https://img.shields.io/badge/Apache-2.0-4EB1BA.svg)
![Release](https://img.shields.io/badge/Release-1.0.0.B-green.svg)
![Release](https://img.shields.io/badge/Release-1.0.2-green.svg)
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ RedisFront is a cross-platform redis desktop client tool developed based on swin

![JDK](https://img.shields.io/badge/JDK-17-blue.svg)
![Apache 2.0](https://img.shields.io/badge/Apache-2.0-4EB1BA.svg)
![Release](https://img.shields.io/badge/Release-1.0.0.B-green.svg)
![Release](https://img.shields.io/badge/Release-1.0.2-green.svg)
2 changes: 1 addition & 1 deletion assets/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "1.0.1"}
{"version": "1.0.2"}
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ tasks.register<PackageTask>("packageForWindows") {
productVersion = version
copyright = appSite
fileVersion = version
originalFilename = appName.plus(".exe")
originalFilename = appName
isGenerateSetup = true
setupLanguages = setupLanguageMap
isCreateZipball = true
Expand Down

0 comments on commit acb3a80

Please sign in to comment.