diff --git a/README.md b/README.md index 22c49da..7f268be 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ maven { url "https://jitpack.io" } } dependencies { - compile 'net.olympiccode:vHackOSAPI-Java:v1.1-beta' + compile 'net.olympiccode:vHackOSAPI-Java:dev-SNAPSHOT' } ``` ##### Current API progress: diff --git a/src/main/java/net/olympiccode/vhackos/api/vHackOSInfo.java b/src/main/java/net/olympiccode/vhackos/api/vHackOSInfo.java index 48fc704..24c9865 100644 --- a/src/main/java/net/olympiccode/vhackos/api/vHackOSInfo.java +++ b/src/main/java/net/olympiccode/vhackos/api/vHackOSInfo.java @@ -1,6 +1,6 @@ package net.olympiccode.vhackos.api; public class vHackOSInfo { - private static final int REST_VERSION = 11; + private static final int REST_VERSION = 12; public static final String API_PREFIX = String.format("https://api.vhack.cc/mobile/%d/", REST_VERSION); }