Skip to content

Commit 136f781

Browse files
Bump version
1 parent 8e27d20 commit 136f781

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ This library is available at [Maven Central](https://mvnrepository.com/artifact/
2525

2626
```java
2727
// Groovy
28-
implementation 'dev.turingcomplete:kotlin-onetimepassword:2.2.0'
28+
implementation 'dev.turingcomplete:kotlin-onetimepassword:2.3.0'
2929

3030
// Kotlin
31-
implementation("dev.turingcomplete:kotlin-onetimepassword:2.2.0")
31+
implementation("dev.turingcomplete:kotlin-onetimepassword:2.3.0")
3232
```
3333

3434
### Maven

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212

1313
allprojects {
1414
group = "dev.turingcomplete"
15-
version = "2.2.0"
15+
version = "2.3.0"
1616

1717
repositories {
1818
mavenLocal()
@@ -110,12 +110,12 @@ configure<PublishingExtension> {
110110
}
111111
}
112112
issueManagement {
113-
system.set("Github")
113+
system.set("GitHub")
114114
url.set("https://github.com/marcelkliemannel/kotlin-onetimepassword/issues")
115115
}
116116
scm {
117117
connection.set("scm:git:git://github.com:marcelkliemannel/kotlin-onetimepassword.git")
118-
developerConnection.set("scm:git:git://github.com:marcelkliemannel/kotlin-onetimepassword.git")
118+
developerConnection.set("scm:git:ssh://github.com:marcelkliemannel/kotlin-onetimepassword.git")
119119
url.set("https://github.com/marcelkliemannel/kotlin-onetimepassword")
120120
}
121121
}

0 commit comments

Comments
 (0)