Skip to content

Commit c12e4b1

Browse files
committed
version 2.3.12
1 parent c656e88 commit c12e4b1

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

libs/pingpp-java-2.3.11.jar

-140 KB
Binary file not shown.

libs/pingpp-java-2.3.12.jar

145 KB
Binary file not shown.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>Pingplusplus</groupId>
55
<artifactId>pingpp-java</artifactId>
6-
<version>2.3.11</version>
6+
<version>2.3.12</version>
77
<dependencies>
88
<dependency>
99
<groupId>com.google.code.gson</groupId>

src/test/java/com/pingplusplus/PingppTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class PingppTest {
3030
}
3131

3232
@Test public void testVerifyVersions() {
33-
assertEquals("Pingpp.VERSION should match", "2.3.11", Pingpp.VERSION);
33+
assertEquals("Pingpp.VERSION should match", "2.3.12", Pingpp.VERSION);
3434
}
3535

3636
@Test public void testCreateCharge() {

0 commit comments

Comments
 (0)