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

Commit d4a2f50

Browse files
authored
Merge pull request #6 from OlympicCode/dev
unleash da powa
2 parents 0e08b1d + 8d29f09 commit d4a2f50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
maven { url "https://jitpack.io" }
1414
}
1515
dependencies {
16-
compile 'net.olympiccode:vHackOSAPI-Java:v1.1-beta'
16+
compile 'net.olympiccode:vHackOSAPI-Java:dev-SNAPSHOT'
1717
}
1818
```
1919
##### Current API progress:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package net.olympiccode.vhackos.api;
22

33
public class vHackOSInfo {
4-
private static final int REST_VERSION = 11;
4+
private static final int REST_VERSION = 12;
55
public static final String API_PREFIX = String.format("https://api.vhack.cc/mobile/%d/", REST_VERSION);
66
}

0 commit comments

Comments
 (0)