Skip to content

Commit

Permalink
Version 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hex-agon committed Jul 14, 2019
1 parent d834869 commit b582678
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>net.alterorb</groupId>
<artifactId>alterorb-launcher</artifactId>
<version>1.5</version>
<version>1.6</version>

<name>alterorb-launcher</name>
<url>https://alterorb.net</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/alterorb/launcher/LauncherModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protected void configure() {
HashMap<String, String> properties = new HashMap<>();

properties.put("baseUrl", "https://static.alterorb.net/launcher/");
properties.put("version", "1.5");
properties.put("version", "1.6");

Names.bindProperties(binder(), properties);
}
Expand Down

0 comments on commit b582678

Please sign in to comment.