Skip to content

Commit

Permalink
Bump version due to internal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Defective4 committed Oct 17, 2023
1 parent a014931 commit e202c34
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
uses: actions/[email protected]
with:
name: artifact
path: tui-mines-game/target/tui-mines-game-1.0.2.1-jar-with-dependencies.jar
path: tui-mines-game/target/tui-mines-game-1.0.2.2-jar-with-dependencies.jar
2 changes: 1 addition & 1 deletion deb/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: tui-mines
Version: 1.0.2.1
Version: 1.0.2.2
Maintainer: Defective <[email protected]>
Description: A terminal based Minesweeper clone
TUI Mines is a clone of the classic Minesweeper game
Expand Down
2 changes: 1 addition & 1 deletion deb/usr/games/tui-mines
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
java -jar /usr/share/java/tui-mines/tui-mines-game-1.0.2.1-jar-with-dependencies.jar $@
java -jar /usr/share/java/tui-mines/tui-mines-game-1.0.2.2-jar-with-dependencies.jar $@
2 changes: 1 addition & 1 deletion discord-presence-min/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.defective4.javajam.tuimines</groupId>
<artifactId>tui-mines</artifactId>
<version>1.0.2.1</version>
<version>1.0.2.2</version>
</parent>

<description>A minimal Discord Presence wrapper</description>
Expand Down
2 changes: 1 addition & 1 deletion game-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.defective4.javajam.tuimines</groupId>
<artifactId>tui-mines</artifactId>
<version>1.0.2.1</version>
<version>1.0.2.2</version>
</parent>

<artifactId>game-components</artifactId>
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>io.github.defective4.javajam.tuimines</groupId>
<artifactId>tui-mines</artifactId>
<version>1.0.2.1</version>
<version>1.0.2.2</version>
<packaging>pom</packaging>
<description>Terminal based Minesweeper game</description>
<inceptionYear>2023</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions repo-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.defective4.javajam.tuimines</groupId>
<artifactId>tui-mines</artifactId>
<version>1.0.2.1</version>
<version>1.0.2.2</version>
</parent>

<artifactId>repo-generator</artifactId>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>io.github.defective4.javajam.tuimines</groupId>
<artifactId>game-components</artifactId>
<version>1.0.2.1</version>
<version>1.0.2.2</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
18 changes: 9 additions & 9 deletions tui-mines-game/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.defective4.javajam.tuimines</groupId>
<artifactId>tui-mines</artifactId>
<version>1.0.2.1</version>
<version>1.0.2.2</version>
</parent>

<artifactId>tui-mines-game</artifactId>
Expand Down Expand Up @@ -58,9 +58,9 @@
</goals>
<configuration>
<headerType>gui</headerType>
<jar>target/tui-mines-game-1.0.2.1-jar-with-dependencies.jar
<jar>target/tui-mines-game-1.0.2.2-jar-with-dependencies.jar
</jar>
<outfile>target/TUI-Mines-1.0.2.1.exe</outfile>
<outfile>target/TUI-Mines-1.0.2.2.exe</outfile>
<chdir>.</chdir>
<priority>normal</priority>
<stayAlive>false</stayAlive>
Expand All @@ -73,12 +73,12 @@
<minVersion>1.8</minVersion>
</jre>
<versionInfo>
<fileVersion>1.0.2.1</fileVersion>
<txtFileVersion>1.0.2.1</txtFileVersion>
<fileVersion>1.0.2.2</fileVersion>
<txtFileVersion>1.0.2.2</txtFileVersion>
<fileDescription>The TUI Mines game</fileDescription>
<copyright>Defective</copyright>
<productVersion>1.0.2.1</productVersion>
<txtProductVersion>1.0.2.1</txtProductVersion>
<productVersion>1.0.2.2</productVersion>
<txtProductVersion>1.0.2.2</txtProductVersion>
<productName>TUI-Mines</productName>
<internalName>TUI-Mines</internalName>
<originalFilename>TUI-Mines.exe</originalFilename>
Expand All @@ -105,7 +105,7 @@
<dependency>
<groupId>io.github.defective4.javajam.tuimines</groupId>
<artifactId>discord-presence-min</artifactId>
<version>1.0.2.1</version>
<version>1.0.2.2</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
Expand All @@ -120,7 +120,7 @@
<dependency>
<groupId>io.github.defective4.javajam.tuimines</groupId>
<artifactId>game-components</artifactId>
<version>1.0.2.1</version>
<version>1.0.2.2</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
*/
public final class Main {

public static final String VERSION = "1.0.2.1";
public static final String VERSION = "1.0.2.2";

private Main() {
}
Expand Down

0 comments on commit e202c34

Please sign in to comment.