Skip to content

Commit

Permalink
- version update
Browse files Browse the repository at this point in the history
  • Loading branch information
BeanVortex committed May 15, 2024
1 parent cd33fe4 commit 2f69556
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
env:
VERSION: 1.4.7
VERSION: 1.4.8
EXT_VERSION: 1.1
NAME: BitKip
jobs:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'io.beanvortex'
version '1.4.7'
version '1.4.8'
sourceCompatibility = '21'
targetCompatibility = '21'
mainClassName = 'io.beanvortex.bitkip.BitKip'
Expand Down
2 changes: 1 addition & 1 deletion builders/linux-installer/application/BitKip.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Name=BitKip
Version=1.4.7
Version=1.4.8
Comment=Free download manager
Keywords=download,java,app
Exec=/usr/share/BitKip/bin/BitKip
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/beanvortex/bitkip/config/AppConfigs.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

public class AppConfigs {

public static final String VERSION = "1.4.7";
public static final String VERSION = "1.4.8";

public static final String dataPath = System.getProperty("user.home")
+ File.separator + "Documents"
Expand Down

0 comments on commit 2f69556

Please sign in to comment.