Skip to content

Commit b733f3c

Browse files
committed
v3.1.7
1 parent 8816ce5 commit b733f3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/kotlin/unsigned/Ubyte.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import kotlin.experimental.inv
1212
* Created by GBarbieri on 20.03.2017.
1313
*/
1414

15-
public inline class Ubyte(val v: Byte) : Number() {
15+
class Ubyte(val v: Byte) : Number() {
1616

1717
companion object {
1818

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.6"
21+
val version = "3.1.7"

0 commit comments

Comments
 (0)