Skip to content

Commit

Permalink
Release 1.0.0-beta.06
Browse files Browse the repository at this point in the history
  • Loading branch information
ermadmi78 committed Jun 28, 2021
1 parent 08cb906 commit 5ccba0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and Kotlin extension functions.

```kotlin
plugins {
id("io.github.ermadmi78.kobby") version "1.0.0-beta.05"
id("io.github.ermadmi78.kobby") version "1.0.0-beta.06"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
kotlin.code.style=official

group = io.github.ermadmi78
version = 1.0.0-beta.06-SNAPSHOT
version = 1.0.0-beta.07-SNAPSHOT

# dependencies
kotlinJvmVersion = 1.8
Expand Down

0 comments on commit 5ccba0d

Please sign in to comment.