Skip to content

Commit

Permalink
lwjgl 3.3.2
Browse files Browse the repository at this point in the history
v0.0.34
  • Loading branch information
elect86 committed Apr 3, 2023
1 parent 2e14c7f commit 55a3d3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ becomes

```kotlin
plugins {
id("org.lwjgl.plugin") version "0.0.33"
id("org.lwjgl.plugin") version "0.0.34"
}
repositories {
mavenCentral()
sonatype() // plugin accessor
}
dependencies {
lwjgl {
version = Snapshot.`3_3_2` // default to Release.latest, that is Release.`3_3_1`
version = Snapshot.`3_3_2` // default to Release.latest, that is Release.`3_3_2`
implementation(Preset.everything)
}
}
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
}

group = "org.lwjgl"
version = "0.0.33"
version = "0.0.34"

publishing {
publications.create<MavenPublication>("maven") {
Expand Down

0 comments on commit 55a3d3b

Please sign in to comment.