Skip to content

Commit

Permalink
Version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Trotsenko committed May 19, 2024
1 parent 2c3bd50 commit 2a240dc
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.7.0'
implementation 'com.github.keemobile:kotpass:0.8.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.7.0"
val ArtifactVersion = "0.8.0"

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

0 comments on commit 2a240dc

Please sign in to comment.