We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae26c8 commit 30b2686Copy full SHA for 30b2686
build.gradle
@@ -21,7 +21,7 @@ apply plugin: 'org.ajoberstar.github-pages'
21
apply plugin: 'signing'
22
23
group = "com.pusher"
24
-version = "1.0.2"
+version = "1.1.0"
25
sourceCompatibility = "1.6"
26
targetCompatibility = "1.6"
27
pom.xml
@@ -10,7 +10,7 @@
10
<groupId>com.pusher</groupId>
11
<artifactId>pusher-java-client</artifactId>
12
<name>Pusher Java Client Library</name>
13
- <version>0.3.4-SNAPSHOT</version>
+ <version>1.1.0</version>
14
<url>http://github.com/pusher/pusher-java-client</url>
15
16
<description>
0 commit comments