Skip to content

Commit e090cb1

Browse files
author
Evan Wong
committed
Bumped version to 0.2.0.
1 parent 9fc7db9 commit e090cb1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ To add this client into your project:
1616
<dependency>
1717
<groupId>io.evanwong.oss</groupId>
1818
<artifactId>hipchat-java</artifactId>
19-
<version>0.1</version>
19+
<version>0.2.0</version>
2020
</dependency>
2121
```
2222
* gradle
2323
```gradle
24-
compile 'io.evanwong.oss:hipchat-java:0.1'
24+
compile 'io.evanwong.oss:hipchat-java:0.2.0'
2525
```
2626

2727
To send a notification

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
sourceCompatibility = 1.8
1111

1212
group = 'io.evanwong.oss'
13-
version = "0.1"
13+
version = "0.2.0"
1414

1515
dependencies {
1616
compile 'org.apache.httpcomponents:httpclient:4.3.5'

0 commit comments

Comments
 (0)