Skip to content
This repository was archived by the owner on Oct 29, 2019. It is now read-only.

Commit f58a26c

Browse files
committed
Api version 4
1 parent 2514786 commit f58a26c

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>cc.hyperium.installer</groupId>
88
<artifactId>Installer</artifactId>
9-
<version>1.5</version>
9+
<version>1.6</version>
1010

1111
<properties>
1212
<kotlin.version>1.2.50</kotlin.version>

src/main/java/cc/hyperium/installer/api/Installer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* Created by Cubxity on 06/07/2018
3939
*/
4040
public class Installer {
41-
public static final int API_VERSION = 3;
41+
public static final int API_VERSION = 4;
4242

4343
private final InstallerConfig config;
4444

0 commit comments

Comments
 (0)