Skip to content

Commit 57cb0c9

Browse files
authored
[API] Update lwjgl from 3.3.0 to 3.3.1 (#116)
1 parent a6ca631 commit 57cb0c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ repositories {
150150
}
151151
152152
ext {
153-
lwjglVersion = '3.3.0'
153+
lwjglVersion = '3.3.1'
154154
imguiVersion = '1.86.2'
155155
}
156156
@@ -175,7 +175,7 @@ dependencies {
175175

176176
```
177177
<properties>
178-
<lwjgl.version>3.3.0</lwjgl.version>
178+
<lwjgl.version>3.3.1</lwjgl.version>
179179
<imgui.java.version>1.86.2</imgui.java.version>
180180
</properties>
181181
@@ -305,7 +305,7 @@ Don't forget to make clear for your Linux/Mac users, that they will need to inst
305305
}
306306
307307
ext {
308-
lwjglVersion = '3.3.0'
308+
lwjglVersion = '3.3.1'
309309
imguiVersion = '1.86.2'
310310
}
311311

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import tool.UpVersion
22

33
ext {
4-
lwjglVersion = '3.3.0'
4+
lwjglVersion = '3.3.1'
55
}
66

77
allprojects {

0 commit comments

Comments
 (0)