Skip to content

Commit

Permalink
chore: Upgrade version to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Mar 4, 2022
1 parent b04faa3 commit 0ce93e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Project {
const val group = "io.github.ayfri"
const val version = "0.2.2"
const val version = "0.3.0"
const val name = "PIXI-Kotlin"
const val description = "Kotlin bindings for PIXI.js"
const val githubUrl = "Ayfri/PIXI-kotlin"
Expand Down Expand Up @@ -32,7 +32,7 @@ repositories {
dependencies {
implementation("io.github.turansky.seskar:seskar-core:0.5.0")
implementation("org.jetbrains.kotlinx:kotlinx-html:0.7.3")
implementation("org.jetbrains.kotlin-wrappers:kotlin-extensions:1.0.1-pre.307-kotlin-1.6.10")
implementation("org.jetbrains.kotlin-wrappers:kotlin-extensions:1.0.1-pre.311-kotlin-1.6.10")
implementation(npm("pixi.js", Project.pixiVersion))
implementation(npm("@pixi/basis", Project.pixiVersion))
implementation(npm("@pixi/events", Project.pixiVersion))
Expand Down

0 comments on commit 0ce93e2

Please sign in to comment.