Skip to content

Commit 0af6fae

Browse files
committed
3.2.5
1 parent 17a50d5 commit 0af6fae

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.2.4"
21+
val version = "3.2.5"

0 commit comments

Comments
 (0)