Skip to content

Commit

Permalink
Release v1.2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ofavre committed Feb 15, 2018
1 parent 2d74108 commit 57950a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/wonderpush/sdk/WonderPush.java
Expand Up @@ -100,7 +100,7 @@ public void run() {

protected static final int API_INT = 1; // reset SDK_VERSION when bumping this
protected static final String API_VERSION = "v" + API_INT;
protected static final String SDK_SHORT_VERSION = "2.6.1-SNAPSHOT"; // reset to .1.0.0 when bumping API_INT
protected static final String SDK_SHORT_VERSION = "2.7.0"; // reset to .1.0.0 when bumping API_INT
protected static final String SDK_VERSION = "Android-" + API_INT + "." + SDK_SHORT_VERSION;
private static final String PRODUCTION_API_URL = "https://api.wonderpush.com/" + API_VERSION;

Expand Down

0 comments on commit 57950a4

Please sign in to comment.