Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsaraira committed Oct 16, 2023
1 parent 05ac271 commit dc6276e
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 @@ -10,7 +10,7 @@ Please check `DemoTest.java` for examples for now until I find time to update th

### Getting Started:

1. Add constants-containers library dependency to your project. The latest version is **1.0.0**.
1. Add constants-containers library dependency to your project. The latest version is **1.1.0**.

Maven:
```xml
Expand All @@ -24,7 +24,7 @@ Maven:
Gradle:
```
dependencies {
implementation 'io.github.mrsaraira:constant-containers:1.0.0'
implementation 'io.github.mrsaraira:constant-containers:1.1.0'
}
```

Expand Down

0 comments on commit dc6276e

Please sign in to comment.