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

Commit 9287c0f

Browse files
committed
2.0.0-b2 - damn I always forget that
1 parent fdecb6d commit 9287c0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.franckyi</groupId>
88
<artifactId>cmpdl</artifactId>
9-
<version>2.0.0-b1</version>
9+
<version>2.0.0-b2</version>
1010
<properties>
1111
<maven.compiler.source>1.8</maven.compiler.source>
1212
<maven.compiler.target>1.8</maven.compiler.target>

src/main/java/com/github/franckyi/cmpdl/CMPDL.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
public class CMPDL extends Application {
1717

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

2222
public static String title() {

0 commit comments

Comments
 (0)