Skip to content

Commit 128b493

Browse files
committed
updating the readme instructions
1 parent 0ec8518 commit 128b493

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Java's Throwable JSON Transformer Module
1313

1414
[![GitHub (All Releases)](https://img.shields.io/github/downloads/TurquoiseSpace/throwable-utility/total?color=blue)](https://repo1.maven.org/maven2/com/github/TurquoiseSpace/throwable-utility/)
1515

16-
[![GitHub (Latest Release)](https://img.shields.io/github/downloads/TurquoiseSpace/throwable-utility/throwable-utility-0.0.8/total)](https://repo1.maven.org/maven2/com/github/TurquoiseSpace/throwable-utility/0.0.8/)
16+
[![GitHub (Latest Release)](https://img.shields.io/github/downloads/TurquoiseSpace/throwable-utility/throwable-utility-0.0.9/total)](https://repo1.maven.org/maven2/com/github/TurquoiseSpace/throwable-utility/0.0.9/)
1717

1818

1919
[Maven Central Sonatype Search](https://central.sonatype.com/artifact/com.github.TurquoiseSpace/throwable-utility)
@@ -33,26 +33,26 @@ Java's Throwable JSON Transformer Module
3333
<dependency>
3434
<groupId>com.github.TurquoiseSpace</groupId>
3535
<artifactId>throwable-utility</artifactId>
36-
<version>0.0.8</version>
36+
<version>0.0.9</version>
3737
</dependency>
3838
```
3939

4040
- Gradle
4141

4242
```
43-
implementation group: 'com.github.TurquoiseSpace', name: 'throwable-utility', version: '0.0.8'
43+
implementation group: 'com.github.TurquoiseSpace', name: 'throwable-utility', version: '0.0.9'
4444
```
4545

4646
- Gradle (Short)
4747

4848
```
49-
implementation 'com.github.TurquoiseSpace:throwable-utility:0.0.8'
49+
implementation 'com.github.TurquoiseSpace:throwable-utility:0.0.9'
5050
```
5151

5252
- Gradle (Kotlin)
5353

5454
```
55-
implementation("com.github.TurquoiseSpace:throwable-utility:0.0.8")
55+
implementation("com.github.TurquoiseSpace:throwable-utility:0.0.9")
5656
```
5757

5858

0 commit comments

Comments
 (0)