Skip to content

Commit

Permalink
docs: bump version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
darksaid98 committed Jun 28, 2023
1 parent ca456ba commit ee46e59
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 @@ -64,7 +64,7 @@ repositories {
}

dependencies {
implementation("com.github.milkdrinkers:colorparser:1.0.5")
implementation("com.github.milkdrinkers:colorparser:1.0.6")
}
```

Expand All @@ -80,6 +80,6 @@ dependencies {
<dependency>
<groupId>com.github.milkdrinkers</groupId>
<artifactId>colorparser</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>
```

0 comments on commit ee46e59

Please sign in to comment.