Skip to content

Commit

Permalink
17.98
Browse files Browse the repository at this point in the history
Java 15
-ALT+X bug fix
-El puto bug del chat en JAVA>15!!! fix
  • Loading branch information
tonikelope committed Mar 5, 2025
1 parent 6c6bf2b commit 3a27a4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.97</version>
<version>17.98</version>
<packaging>jar</packaging>
<build>
<plugins>
Expand Down Expand Up @@ -127,8 +127,8 @@
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
<description>Érase una plandemia y unos amigos que querían echarse su partida de los sábados.</description>
<name>CoronaPoker</name>
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.97";
public static final String VERSION = "17.98";
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 3a27a4d

Please sign in to comment.