Skip to content

Commit

Permalink
coronahmac fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tonikelope committed Aug 6, 2024
1 parent e3a368a commit aa481b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified coronaHMAC-2.5.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tonikelope</groupId>
<artifactId>CoronaPoker</artifactId>
<version>17.94</version>
<version>17.95</version>
<packaging>jar</packaging>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/tonikelope/coronapoker/AboutDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
*/
public class AboutDialog extends javax.swing.JDialog {

public static final String VERSION = "17.94";
public static final String VERSION = "17.95";
public static final String UPDATE_URL = "https://github.com/tonikelope/coronapoker/releases/latest";
public static final String TITLE = "¿De dónde ha salido esto?";
public static final int MAX_MOD_LOGO_HEIGHT = 75;
Expand Down

0 comments on commit aa481b9

Please sign in to comment.