Skip to content

Commit

Permalink
release: bump version to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
uchuhimo committed Apr 8, 2021
1 parent c8cdaa3 commit ff2b58b
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 @@ -86,20 +86,20 @@ Konf is modular, you can use different modules for different sources:
<dependency>
<groupId>com.uchuhimo</groupId>
<artifactId>konf</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```

### Gradle

```groovy
compile 'com.uchuhimo:konf:1.1.1'
compile 'com.uchuhimo:konf:1.1.2'
```

### Gradle Kotlin DSL

```kotlin
compile(group = "com.uchuhimo", name = "konf", version = "1.1.1")
compile(group = "com.uchuhimo", name = "konf", version = "1.1.2")
```

### 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 @@ -53,7 +53,7 @@ allprojects {
apply(plugin = "org.jetbrains.dokka")

group = "com.uchuhimo"
version = "1.1.1"
version = "1.1.2"

repositories {
if (useAliyun) {
Expand Down

0 comments on commit ff2b58b

Please sign in to comment.