Skip to content

Commit

Permalink
release: bump version to v0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uchuhimo committed Dec 24, 2019
1 parent d0ce0d7 commit 53d71bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,20 +83,20 @@ Konf is modular, you can use different modules for different sources:
<dependency>
<groupId>com.uchuhimo</groupId>
<artifactId>konf</artifactId>
<version>0.22.0</version>
<version>0.22.1</version>
</dependency>
```

### Gradle

```groovy
compile 'com.uchuhimo:konf:0.22.0'
compile 'com.uchuhimo:konf:0.22.1'
```

### Gradle Kotlin DSL

```kotlin
compile(group = "com.uchuhimo", name = "konf", version = "0.22.0")
compile(group = "com.uchuhimo", name = "konf", version = "0.22.1")
```

### Maven (master snapshot)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ allprojects {
apply(plugin = "com.jfrog.bintray")

group = "com.uchuhimo"
version = "0.22.0"
version = "0.22.1"

repositories {
if (useAliyun) {
Expand Down

0 comments on commit 53d71bd

Please sign in to comment.