Skip to content

Commit

Permalink
17.86
Browse files Browse the repository at this point in the history
coronaHMAC 2.3
  • Loading branch information
tonikelope committed May 6, 2024
1 parent 17f5fd8 commit ce8acdf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file renamed coronaHMAC-2.2.jar → coronaHMAC-2.3.jar
Binary file not shown.
12 changes: 6 additions & 6 deletions 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.85</version>
<version>17.86</version>
<packaging>jar</packaging>
<build>
<plugins>
Expand Down Expand Up @@ -109,11 +109,6 @@
<artifactId>metadata-extractor</artifactId>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>com.tonikelope.coronahmac</groupId>
<artifactId>coronahmac</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
Expand All @@ -124,6 +119,11 @@
<artifactId>jna-platform</artifactId>
<version>5.12.1</version>
</dependency>
<dependency>
<groupId>com.tonikelope.coronahmac</groupId>
<artifactId>coronahmac</artifactId>
<version>2.3</version>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
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.85";
public static final String VERSION = "17.86";
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 ce8acdf

Please sign in to comment.