Skip to content

Commit

Permalink
updating version in readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt committed Sep 15, 2024
1 parent 13edaf7 commit d77a462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ remove the dots and make the first characters upper case. For example, `jthumbna
<dependency>
<groupId>io.github.makbn</groupId>
<artifactId>jthumbnail</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</dependency>
```

Expand All @@ -106,7 +106,7 @@ remove the dots and make the first characters upper case. For example, `jthumbna
**Step 1**. Add the dependency to the `build.gradle` file:

```gradle
compile "io.github.makbn:jthumbnail:2.1.0"
compile "io.github.makbn:jthumbnail:2.2.0"
```

## TODO
Expand Down

0 comments on commit d77a462

Please sign in to comment.