Skip to content

Commit

Permalink
Updated grapl version
Browse files Browse the repository at this point in the history
  • Loading branch information
nshtengauer committed Jan 6, 2025
1 parent 26bee6c commit e4e9152
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
// implementation LWJGL
// implementation ...
implementation 'com.huskerdev:openglfx-lwjgl:4.1.17'
implementation 'com.huskerdev:openglfx-lwjgl:4.1.18'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
projectName=openglfx
version=4.1.17
version=4.1.18

kotlinVersion=2.0.20
graplVersion=2.3.10
graplVersion=2.3.11
javafxVersion=17.0.2
lwjglVersion=3.3.2
lwjgl2Version=2.9.3
Expand Down
2 changes: 1 addition & 1 deletion modules/core/kotlin/com/huskerdev/openglfx/GLFXInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package com.huskerdev.openglfx
// Generated with gradle
class GLFXInfo {
companion object {
const val VERSION = "4.1.17"
const val VERSION = "4.1.18"
}
}

0 comments on commit e4e9152

Please sign in to comment.