Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelkliemannel committed Jul 24, 2022
1 parent 8e27d20 commit 136f781
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ This library is available at [Maven Central](https://mvnrepository.com/artifact/

```java
// Groovy
implementation 'dev.turingcomplete:kotlin-onetimepassword:2.2.0'
implementation 'dev.turingcomplete:kotlin-onetimepassword:2.3.0'

// Kotlin
implementation("dev.turingcomplete:kotlin-onetimepassword:2.2.0")
implementation("dev.turingcomplete:kotlin-onetimepassword:2.3.0")
```

### Maven
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

allprojects {
group = "dev.turingcomplete"
version = "2.2.0"
version = "2.3.0"

repositories {
mavenLocal()
Expand Down Expand Up @@ -110,12 +110,12 @@ configure<PublishingExtension> {
}
}
issueManagement {
system.set("Github")
system.set("GitHub")
url.set("https://github.com/marcelkliemannel/kotlin-onetimepassword/issues")
}
scm {
connection.set("scm:git:git://github.com:marcelkliemannel/kotlin-onetimepassword.git")
developerConnection.set("scm:git:git://github.com:marcelkliemannel/kotlin-onetimepassword.git")
developerConnection.set("scm:git:ssh://github.com:marcelkliemannel/kotlin-onetimepassword.git")
url.set("https://github.com/marcelkliemannel/kotlin-onetimepassword")
}
}
Expand Down

0 comments on commit 136f781

Please sign in to comment.