Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaiR committed Oct 29, 2018
1 parent f72335a commit e687293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.github.spair</groupId>
<artifactId>JTGMerge</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/github/spair/jtgmerge/JTGMerge.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
description =
"CLI-based app for .dmm files which vastly improves mapping experience.%n"
+ "Able to work with BYOND format as well as with TGM.",
version = {"JTGMerge @|yellow v1.1|@\t(c) 2018, SpaiR", "Code is licensed under a MIT-style license"},
version = {"JTGMerge @|yellow v1.2|@\t(c) 2018, SpaiR", "Code is licensed under a MIT-style license"},
subcommands = {Clean.class, Convert.class, Merge.class},
mixinStandardHelpOptions = true)
public class JTGMerge implements Runnable {
Expand Down

0 comments on commit e687293

Please sign in to comment.