Skip to content

Commit 625f4d4

Browse files
committed
[1.0.0]
Release ready
1 parent 0c880a2 commit 625f4d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Java 17+ support.
1616

1717
[**Gradle**](https://mvnrepository.com/artifact/io.goodforgod/http-common)
1818
```groovy
19-
implementation "io.goodforgod:http-common:1.0.0-SNAPSHOT"
19+
implementation "io.goodforgod:http-common:1.0.0"
2020
```
2121

2222
[**Maven**](https://mvnrepository.com/artifact/io.goodforgod/http-common)
2323
```xml
2424
<dependency>
2525
<groupId>io.goodforgod</groupId>
2626
<artifactId>http-common</artifactId>
27-
<version>1.0.0-SNAPSHOT</version>
27+
<version>1.0.0</version>
2828
</dependency>
2929
```
3030

0 commit comments

Comments
 (0)