Skip to content

Commit

Permalink
Bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
breucode committed Dec 6, 2020
1 parent 09e000a commit f946777
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 @@ -47,7 +47,7 @@ repositories {

dependencies {
...
implementation("de.breuco:envkeg:0.4.1")
implementation("de.breuco:envkeg:0.5.0")
...
}
```
Expand All @@ -72,7 +72,7 @@ dependencies {
<dependency>
<groupId>de.breuco</groupId>
<artifactId>envkeg</artifactId>
<version>0.4.1</version>
<version>0.5.0</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 @@ -18,7 +18,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.4.1"
val artifactVersion = "0.5.0"
version = artifactVersion

spotless {
Expand Down

0 comments on commit f946777

Please sign in to comment.