Skip to content

Commit f90ef94

Browse files
author
nshtengauer
committed
Changed version to 4.1.10
1 parent 06473e6 commit f90ef94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
// implementation LWJGL
3636
// implementation ...
3737
38-
implementation 'com.huskerdev:openglfx-lwjgl:4.1.9'
38+
implementation 'com.huskerdev:openglfx-lwjgl:4.1.10'
3939
}
4040
```
4141

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
projectName=openglfx
2-
version=4.1.9
2+
version=4.1.10
33

44
kotlinVersion=2.0.20
55
graplVersion=2.3.2

modules/core/kotlin/com/huskerdev/openglfx/GLFXInfo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ package com.huskerdev.openglfx
33
// Generated with gradle
44
class GLFXInfo {
55
companion object {
6-
const val VERSION = "4.1.9"
6+
const val VERSION = "4.1.10"
77
}
88
}

0 commit comments

Comments
 (0)