Skip to content

Commit

Permalink
Prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SageDroid committed May 20, 2024
1 parent c642680 commit 0f3315d
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.1.0'
implementation 'com.conena.nanokt:nanokt-android:1.2.0'
// Pure Kotlin Extensions
implementation 'com.conena.nanokt:nanokt:1.1.0'
implementation 'com.conena.nanokt:nanokt:1.2.0'
// Extensions for the Java standard library
implementation 'com.conena.nanokt:nanokt-jvm:1.1.0'
implementation 'com.conena.nanokt:nanokt-jvm:1.2.0'
// Extensions for threads in Android. Not needed if you use coroutines
implementation 'com.conena.nanokt:nanokt-android-threads:1.1.0'
implementation 'com.conena.nanokt:nanokt-android-threads:1.2.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.1.0
VERSION_NAME=1.2.0

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

Expand Down

0 comments on commit 0f3315d

Please sign in to comment.