Skip to content

Commit

Permalink
Version up: 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Viera committed Nov 5, 2023
1 parent b64f6d0 commit 1c889bf
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 @@ -442,7 +442,7 @@ Add to your ```pom.xml```
<dependency>
<groupId>io.gsonfire</groupId>
<artifactId>gson-fire</artifactId>
<version>1.8.5</version>
<version>1.9.0</version>
</dependency>
</dependencies>
```
Expand All @@ -452,7 +452,7 @@ Add to your ```build.gradle```

```groovy
dependencies {
compile 'io.gsonfire:gson-fire:1.8.5'
compile 'io.gsonfire:gson-fire:1.9.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.gsonfire</groupId>
<artifactId>gson-fire</artifactId>
<version>1.8.5</version>
<version>1.9.0</version>

<name>Gson on Fire!</name>
<description>
Expand Down

0 comments on commit 1c889bf

Please sign in to comment.