Skip to content

Commit

Permalink
[API] Update lwjgl from 3.3.0 to 3.3.1 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Illithidek committed Mar 1, 2022
1 parent a6ca631 commit 57cb0c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ repositories {
}
ext {
lwjglVersion = '3.3.0'
lwjglVersion = '3.3.1'
imguiVersion = '1.86.2'
}
Expand All @@ -175,7 +175,7 @@ dependencies {

```
<properties>
<lwjgl.version>3.3.0</lwjgl.version>
<lwjgl.version>3.3.1</lwjgl.version>
<imgui.java.version>1.86.2</imgui.java.version>
</properties>
Expand Down Expand Up @@ -305,7 +305,7 @@ Don't forget to make clear for your Linux/Mac users, that they will need to inst
}
ext {
lwjglVersion = '3.3.0'
lwjglVersion = '3.3.1'
imguiVersion = '1.86.2'
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import tool.UpVersion

ext {
lwjglVersion = '3.3.0'
lwjglVersion = '3.3.1'
}

allprojects {
Expand Down

0 comments on commit 57cb0c9

Please sign in to comment.