Skip to content

Commit 4c5a91c

Browse files
committed
v3.1.8
1 parent 14cc9d1 commit 4c5a91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/unsigned/unsigned.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ fun Char.toUint() = Uint(toInt())
1818
fun Char.toUlong() = Ulong(toLong())
1919
fun Char.toUshort() = Ushort(toShort())
2020

21-
val version = "3.1.7"
21+
val version = "3.1.8"

0 commit comments

Comments
 (0)