We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3bd50 commit 2a240dcCopy full SHA for 2a240dc
README.md
@@ -26,7 +26,7 @@ and:
26
27
```gradle
28
dependencies {
29
- implementation 'com.github.keemobile:kotpass:0.7.0'
+ implementation 'com.github.keemobile:kotpass:0.8.0'
30
}
31
```
32
kotpass/build.gradle.kts
@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
5
6
val ArtifactId = "kotpass"
7
val ArtifactGroup = "app.keemobile"
8
-val ArtifactVersion = "0.7.0"
+val ArtifactVersion = "0.8.0"
9
10
plugins {
11
alias(libs.plugins.kotlin.jvm)
0 commit comments