Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelkliemannel committed Jan 1, 2022
1 parent 82c9647 commit ecf7777
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ The implementations are based on the RFCs:
## Dependency

The library is available at [Maven Central](https://mvnrepository.com/artifact/dev.turingcomplete/kotlin-onetimepassword):
This library is available at [Maven Central](https://mvnrepository.com/artifact/dev.turingcomplete/kotlin-onetimepassword):

### Gradle

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

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

### Maven
Expand All @@ -37,7 +37,7 @@ implementation("dev.turingcomplete:kotlin-onetimepassword:2.1.0")
<dependency>
<groupId>dev.turingcomplete</groupId>
<artifactId>kotlin-onetimepassword</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion 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.1.0"
version = "2.2.0"

repositories {
mavenLocal()
Expand Down

0 comments on commit ecf7777

Please sign in to comment.