Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Trotsenko committed May 26, 2024
1 parent c5fae4c commit b56f63f
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 @@ -26,7 +26,7 @@ and:

```gradle
dependencies {
implementation 'com.github.keemobile:kotpass:0.8.0'
implementation 'com.github.keemobile:kotpass:0.9.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion kotpass/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val ArtifactId = "kotpass"
val ArtifactGroup = "app.keemobile"
val ArtifactVersion = "0.8.0"
val ArtifactVersion = "0.9.0"

plugins {
alias(libs.plugins.kotlin.jvm)
Expand Down

0 comments on commit b56f63f

Please sign in to comment.