We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc7db9 commit e090cb1Copy full SHA for e090cb1
2 files changed
README.md
@@ -16,12 +16,12 @@ To add this client into your project:
16
<dependency>
17
<groupId>io.evanwong.oss</groupId>
18
<artifactId>hipchat-java</artifactId>
19
- <version>0.1</version>
+ <version>0.2.0</version>
20
</dependency>
21
```
22
* gradle
23
```gradle
24
-compile 'io.evanwong.oss:hipchat-java:0.1'
+compile 'io.evanwong.oss:hipchat-java:0.2.0'
25
26
27
To send a notification
build.gradle
@@ -10,7 +10,7 @@ repositories {
10
sourceCompatibility = 1.8
11
12
group = 'io.evanwong.oss'
13
-version = "0.1"
+version = "0.2.0"
14
15
dependencies {
compile 'org.apache.httpcomponents:httpclient:4.3.5'
0 commit comments