Skip to content

Commit

Permalink
Updated to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Apr 3, 2017
1 parent 916af17 commit 485b117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
@@ -1,3 +1,3 @@
korVersion=0.7.1
jtranscVersion=0.5.12
korVersion=0.8.0
jtranscVersion=0.5.13
kotlinVersion=1.1.1
2 changes: 1 addition & 1 deletion korge-core/src/com/soywiz/korge/Korge.kt
Expand Up @@ -16,7 +16,7 @@ import com.soywiz.korui.CanvasApplication
import com.soywiz.korui.ui.AgCanvas

object Korge {
val VERSION = "0.7.1"
val VERSION = "0.8.0"

suspend fun setupCanvas(canvas: AGContainer, module: Module, args: Array<String> = arrayOf(), injector: AsyncInjector = AsyncInjector()) {
val ag = canvas.ag
Expand Down

0 comments on commit 485b117

Please sign in to comment.