Skip to content

Commit 7e0601f

Browse files
author
Edwin Wang
committed
Version: 2.0.0
1 parent 9d86742 commit 7e0601f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'java'
22
apply plugin: 'maven'
33
sourceCompatibility = 1.5
4-
version = '1.0'
4+
version = '2.0.0'
55

66
repositories {
77
mavenCentral()

src/main/java/com/pingplusplus/Pingpp.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
public abstract class Pingpp
44
{
5-
public static final String LIVE_API_BASE = "https://api.pingplusplus.com/";
6-
public static final String VERSION = "1.0.4";
5+
public static final String LIVE_API_BASE = "https://api.pingxx.com/";
6+
public static final String VERSION = "2.0.0";
77
public static volatile String apiKey;
8-
public static volatile String apiVersion = "2014-10-10";
8+
public static volatile String apiVersion = "2015-01-01";
99

1010
private static volatile boolean verifySSL = true;
1111
private static volatile String apiBase = LIVE_API_BASE;

0 commit comments

Comments
 (0)