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

Commit

Permalink
Merge branch 'hotfix/0.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nincodedo committed Sep 25, 2017
2 parents 066dbc8 + 5154ac9 commit 92ac52d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modpackdownloader-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>modpackdownloader</artifactId>
<groupId>com.nincraft</groupId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion modpackdownloader-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.nincraft</groupId>
<artifactId>modpackdownloader</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<artifactId>modpackdownloader-core</artifactId>
<name>Modpack Downloader Core</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public CurseFile(String projectId, String projectName) {
setProjectID(Integer.parseInt(projectId));
}
setProjectName(projectName);
curseForge = true;
}

public String getCurseforgeWidgetJson() {
Expand Down
2 changes: 1 addition & 1 deletion modpackdownloader-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>modpackdownloader</artifactId>
<groupId>com.nincraft</groupId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion modpackdownloader-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.nincraft</groupId>
<artifactId>modpackdownloader</artifactId>
<version>0.5</version>
<version>0.5.1</version>
</parent>
<artifactId>modpackdownloader-maven-plugin</artifactId>
<name>Modpack Downloader Maven Plugin</name>
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>com.nincraft</groupId>
<artifactId>modpackdownloader</artifactId>
<version>0.5</version>
<version>0.5.1</version>
<packaging>pom</packaging>
<name>Modpack Downloader</name>
<properties>
Expand Down

0 comments on commit 92ac52d

Please sign in to comment.