Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jun 17, 2023
1 parent cae4e0c commit c325790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
plugins {
//alias(libs.plugins.korge)
//id("com.soywiz.korge") version "999.0.0.999"
id("com.soywiz.korge") version "4.0.0"
id("com.soywiz.korge") version "4.0.6"
}

korge {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pluginManagement { repositories { mavenLocal(); mavenCentral(); google(); gradl

plugins {
//id("com.soywiz.kproject.settings") version "0.0.1-SNAPSHOT"
id("com.soywiz.kproject.settings") version "0.2.9"
id("com.soywiz.kproject.settings") version "0.3.1"
}

rootProject.name = "${rootDir.name}-example"
Expand Down

0 comments on commit c325790

Please sign in to comment.