Skip to content

Commit

Permalink
Merge pull request #492 from PBH-BTN/master
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
Ghost-chu authored Sep 16, 2024
2 parents 66a8e41 + 72e6d67 commit 31ed2bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install4j/project.install4j
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ return console.askYesNo(message, true);
<macosFolder name="macOS Folder NoJava" id="120" mediaFileName="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}_nojava" architecture="universal">
<jreBundle jreBundleSource="none" />
</macosFolder>
<unixInstaller name="Unix Installer NoJava" id="124" require64BitVm="true">
<unixInstaller name="Unix Installer NoJava" id="124" mediaFileName="${compiler:sys.shortName}_${compiler:sys.platform}_${compiler:sys.version}_nojava" require64BitVm="true">
<jreBundle jreBundleSource="none" />
</unixInstaller>
</mediaSets>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.ghostchu.peerbanhelper</groupId>
<artifactId>peerbanhelper</artifactId>
<version>6.2.3</version>
<version>6.2.4</version>
<packaging>takari-jar</packaging>

<name>PeerBanHelper</name>
Expand Down

0 comments on commit 31ed2bb

Please sign in to comment.