Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Oct 31, 2019
1 parent d5a0d54 commit de71a44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin.code.style=official

# version
group=com.soywiz.korlibs.korge
version=1.3.0-SNAPSHOT
version=1.3.0

coroutinesVersion=1.3.0
korauVersion=1.8.6
Expand Down Expand Up @@ -35,4 +35,4 @@ project.license.url=https://raw.githubusercontent.com/korlibs/korge/master/LICEN
kotlin.incremental.multiplatform=true
#org.gradle.parallel=true
#org.gradle.parallel.intra=true
org.gradle.configureondemand=true
org.gradle.configureondemand=true
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package com.soywiz.korge.internal

internal const val KORGE_VERSION = "1.3.0-SNAPSHOT"
internal const val KORGE_VERSION = "1.3.0"

0 comments on commit de71a44

Please sign in to comment.