We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b70cdc commit e5373e9Copy full SHA for e5373e9
1 file changed
README.md
@@ -12,7 +12,7 @@ Add this dependency to your project's POM:
12
<dependency>
13
<groupId>com.rootly.client</groupId>
14
<artifactId>rootly</artifactId>
15
- <version>0.0.1</version>
+ <version>0.0.4</version>
16
</dependency>
17
```
18
@@ -22,7 +22,7 @@ Add this dependency to your project's build file:
22
23
```groovy
24
dependencies {
25
- implementation 'com.rootly.client:rootly:0.0.1'
+ implementation 'com.rootly.client:rootly:0.0.4'
26
}
27
28
0 commit comments