File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ The implementations are based on the RFCs:
19
19
20
20
## Dependency
21
21
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 ) :
23
23
24
24
### Gradle
25
25
26
26
``` java
27
27
// Groovy
28
- implementation ' dev.turingcomplete:kotlin-onetimepassword:2.1 .0'
28
+ implementation ' dev.turingcomplete:kotlin-onetimepassword:2.2 .0'
29
29
30
30
// Kotlin
31
- implementation(" dev.turingcomplete:kotlin-onetimepassword:2.1 .0" )
31
+ implementation(" dev.turingcomplete:kotlin-onetimepassword:2.2 .0" )
32
32
```
33
33
34
34
### Maven
@@ -37,7 +37,7 @@ implementation("dev.turingcomplete:kotlin-onetimepassword:2.1.0")
37
37
<dependency >
38
38
<groupId >dev.turingcomplete</groupId >
39
39
<artifactId >kotlin-onetimepassword</artifactId >
40
- <version >2.1 .0</version >
40
+ <version >2.2 .0</version >
41
41
</dependency >
42
42
```
43
43
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
12
12
13
13
allprojects {
14
14
group = " dev.turingcomplete"
15
- version = " 2.1 .0"
15
+ version = " 2.2 .0"
16
16
17
17
repositories {
18
18
mavenLocal()
You can’t perform that action at this time.
0 commit comments