Skip to content

Commit

Permalink
v3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Aug 25, 2020
1 parent ed352f8 commit 81ec170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/unsigned/unsigned.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ fun Char.toUint() = Uint(toInt())
fun Char.toUlong() = Ulong(toLong())
fun Char.toUshort() = Ushort(toShort())

val version = "3.2.5"
val version = "3.2.6"

0 comments on commit 81ec170

Please sign in to comment.