Skip to content

Commit

Permalink
Prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SageDroid committed Feb 23, 2024
1 parent 1b6e027 commit 568cc1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ repositories {
dependencies {
// Extensions for Android
implementation 'com.conena.nanokt:nanokt-android:1.0.0'
implementation 'com.conena.nanokt:nanokt-android:1.1.0'
// Pure Kotlin Extensions
implementation 'com.conena.nanokt:nanokt:1.0.0'
implementation 'com.conena.nanokt:nanokt:1.1.0'
// Extensions for the Java standard library
implementation 'com.conena.nanokt:nanokt-jvm:1.0.0'
implementation 'com.conena.nanokt:nanokt-jvm:1.1.0'
// Extensions for threads in Android. Not needed if you use coroutines
implementation 'com.conena.nanokt:nanokt-android-threads:1.0.0'
implementation 'com.conena.nanokt:nanokt-android-threads:1.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true

GROUP=com.conena.nanokt
VERSION_NAME=1.0.0
VERSION_NAME=1.1.0

POM_URL=https://github.com/conena/nanokt

Expand Down

0 comments on commit 568cc1e

Please sign in to comment.