Skip to content

Commit

Permalink
Смена версий
Browse files Browse the repository at this point in the history
  • Loading branch information
NickP0is0n committed Oct 27, 2018
1 parent 0e436e5 commit 51c1ef6
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .idea/libraries/__java.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/libraries/commons_io_2_6.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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>groupId</groupId>
<artifactId>MultiPawn</artifactId>
<version>2.2-RC1</version>
<version>2.2</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tk/nickp0is0n/MultiPawn/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class Main {

@SuppressWarnings("InfiniteLoopStatement")
public static void main(String[] args) throws IOException {
System.out.println("MultiPawn 2.2 RC1");
System.out.println("MultiPawn 2.2");
System.out.println("by NickP0is0n (nickp0is0n.me)");
Wini ini;
int count;
Expand Down

0 comments on commit 51c1ef6

Please sign in to comment.