Skip to content

Commit 30b2686

Browse files
committed
v1.1.0
1 parent 1ae26c8 commit 30b2686

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apply plugin: 'org.ajoberstar.github-pages'
2121
apply plugin: 'signing'
2222

2323
group = "com.pusher"
24-
version = "1.0.2"
24+
version = "1.1.0"
2525
sourceCompatibility = "1.6"
2626
targetCompatibility = "1.6"
2727

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.pusher</groupId>
1111
<artifactId>pusher-java-client</artifactId>
1212
<name>Pusher Java Client Library</name>
13-
<version>0.3.4-SNAPSHOT</version>
13+
<version>1.1.0</version>
1414
<url>http://github.com/pusher/pusher-java-client</url>
1515

1616
<description>

0 commit comments

Comments
 (0)