Skip to content

Commit

Permalink
[1.4.1]
Browse files Browse the repository at this point in the history
Release prepared
  • Loading branch information
GoodforGod committed Mar 13, 2022
1 parent 6269cad commit 2222450
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Gson configuration and serializers/deserializers for Date/Time in [java.time.*](
## Dependency :rocket:
**Gradle**
```groovy
implementation "io.goodforgod:gson-configuration:1.4.0"
implementation "io.goodforgod:gson-configuration:1.4.1"
```

**Maven**
```xml
<dependency>
<groupId>io.goodforgod</groupId>
<artifactId>gson-configuration</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
groupId=io.goodforgod
artifactId=gson-configuration
artifactVersion=1.4.1-SNAPSHOT
artifactVersion=1.4.1


##### GRADLE #####
Expand Down

0 comments on commit 2222450

Please sign in to comment.