Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
2.0.0-b2 - damn I always forget that
Browse files Browse the repository at this point in the history
  • Loading branch information
skyecodes committed Jul 29, 2017
1 parent fdecb6d commit 9287c0f
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 @@ -6,7 +6,7 @@

<groupId>com.github.franckyi</groupId>
<artifactId>cmpdl</artifactId>
<version>2.0.0-b1</version>
<version>2.0.0-b2</version>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/franckyi/cmpdl/CMPDL.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class CMPDL extends Application {

private static final String NAME = "Curse Modpack Downloader";
private static final String VERSION = "2.0.0-b1";
private static final String VERSION = "2.0.0-b2";
private static final String AUTHOR = "Franckyi (original version by Vazkii)";

public static String title() {
Expand Down

0 comments on commit 9287c0f

Please sign in to comment.