File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# typeid-kotlin
2
2
![ Build Status] ( https://github.com/aleris/typeid-kotlin/actions/workflows/build-on-push.yml/badge.svg )
3
- ![ Current Version] ( https://img.shields.io/badge/Version-0.0.5 -blue )
3
+ ![ Current Version] ( https://img.shields.io/badge/Version-0.0.6 -blue )
4
4
5
5
6
6
## A Kotlin implementation of [ TypeID] ( https://github.com/jetpack-io/typeid ) .
@@ -23,14 +23,14 @@ To use with Maven:
23
23
<dependency >
24
24
<groupId >earth.adi</groupId >
25
25
<artifactId >typeid-kotlin</artifactId >
26
- <version >0.0.5 </version >
26
+ <version >0.0.6 </version >
27
27
</dependency >
28
28
```
29
29
30
30
To use via Gradle:
31
31
32
32
``` kotlin
33
- implementation(" earth.adi:typeid-kotlin:0.0.5 " )
33
+ implementation(" earth.adi:typeid-kotlin:0.0.6 " )
34
34
```
35
35
36
36
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins {
14
14
15
15
group = " earth.adi"
16
16
17
- version = " 0.0.5 "
17
+ version = " 0.0.6 "
18
18
19
19
repositories { mavenCentral() }
20
20
Original file line number Diff line number Diff line change 67
67
# This example has the right length, so that the failure is caused by the hyphens
68
68
# and not the suffix length
69
69
typeid : " prefix_123456789-123456789-123456"
70
- description : " The suffix should be lowercase with no uppercase letters "
70
+ description : " The suffix can't have any hyphens "
71
71
72
72
- name : suffix-wrong-alphabet
73
73
typeid : " prefix_ooooooiiiiiiuuuuuuulllllll"
You can’t perform that action at this time.
0 commit comments