Skip to content

Commit e5373e9

Browse files
committed
Update README to use version 0.0.4
1 parent 6b70cdc commit e5373e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Add this dependency to your project's POM:
1212
<dependency>
1313
<groupId>com.rootly.client</groupId>
1414
<artifactId>rootly</artifactId>
15-
<version>0.0.1</version>
15+
<version>0.0.4</version>
1616
</dependency>
1717
```
1818

@@ -22,7 +22,7 @@ Add this dependency to your project's build file:
2222

2323
```groovy
2424
dependencies {
25-
implementation 'com.rootly.client:rootly:0.0.1'
25+
implementation 'com.rootly.client:rootly:0.0.4'
2626
}
2727
```
2828

0 commit comments

Comments
 (0)