Skip to content

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Sep 2, 2019
1 parent ba1b5c2 commit c81c2e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugins {
id 'maven'
id "org.jetbrains.kotlin.jvm" version "1.3.41"
id "org.jetbrains.kotlin.jvm" version "1.3.50"
}

ext{
moduleName = 'com.github.kotlin_graphics.kotlin_unsigned'
kotlin = 'org.jetbrains.kotlin:kotlin'
kotlintest_version = '3.3.3'
kotlintest_version = '3.4.0'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.1-all.zip
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.1"
val version = "3.2.2"

0 comments on commit c81c2e3

Please sign in to comment.