We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a50d5 commit 0af6faeCopy full SHA for 0af6fae
src/main/kotlin/unsigned/unsigned.kt
@@ -18,4 +18,4 @@ fun Char.toUint() = Uint(toInt())
18
fun Char.toUlong() = Ulong(toLong())
19
fun Char.toUshort() = Ushort(toShort())
20
21
-val version = "3.2.4"
+val version = "3.2.5"
0 commit comments