Skip to content

Commit ecf7777

Browse files
committedJan 1, 2022
Bump version to 2.2.0
1 parent 82c9647 commit ecf7777

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ The implementations are based on the RFCs:
1919
2020
## Dependency
2121

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

2424
### Gradle
2525

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

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

3434
### Maven
@@ -37,7 +37,7 @@ implementation("dev.turingcomplete:kotlin-onetimepassword:2.1.0")
3737
<dependency>
3838
<groupId>dev.turingcomplete</groupId>
3939
<artifactId>kotlin-onetimepassword</artifactId>
40-
<version>2.1.0</version>
40+
<version>2.2.0</version>
4141
</dependency>
4242
```
4343

‎build.gradle.kts

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

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

1717
repositories {
1818
mavenLocal()

0 commit comments

Comments
 (0)