Skip to content

Commit

Permalink
Bump to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
breucode committed May 28, 2021
1 parent 75113ce commit d94747e
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 @@ -44,7 +44,7 @@ After 0.5.0, envkeg moved to maven central.
```kotlin
dependencies {
...
implementation("de.breuco:envkeg:0.5.0.1")
implementation("de.breuco:envkeg:0.5.1")
...
}
```
Expand All @@ -58,7 +58,7 @@ dependencies {
<dependency>
<groupId>de.breuco</groupId>
<artifactId>envkeg</artifactId>
<version>0.5.0.1</version>
<version>0.5.1</version>
</dependency>
</dependencies>
...
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ val pomDesc = "A very small boilerplate-free kotlin library to read values " +
val artifactName = "envkeg"
val artifactGroup = "de.breuco"
group = artifactGroup
val artifactVersion = "0.5.0.1"
val artifactVersion = "0.5.1"
version = artifactVersion

spotless {
Expand Down

0 comments on commit d94747e

Please sign in to comment.