Skip to content

Commit 2a240dc

Browse files
author
Denis Trotsenko
committed
Version 0.8.0
1 parent 2c3bd50 commit 2a240dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ and:
2626

2727
```gradle
2828
dependencies {
29-
implementation 'com.github.keemobile:kotpass:0.7.0'
29+
implementation 'com.github.keemobile:kotpass:0.8.0'
3030
}
3131
```
3232

kotpass/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
55

66
val ArtifactId = "kotpass"
77
val ArtifactGroup = "app.keemobile"
8-
val ArtifactVersion = "0.7.0"
8+
val ArtifactVersion = "0.8.0"
99

1010
plugins {
1111
alias(libs.plugins.kotlin.jvm)

0 commit comments

Comments
 (0)