diff --git a/README.md b/README.md index 1eda8ada..6e3db301 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ repositories { } ext { - lwjglVersion = '3.3.1' + lwjglVersion = '3.3.3' imguiVersion = "${version}" } @@ -361,7 +361,7 @@ Use the same native libraries as you would, but with `-ft` suffix in the end. } ext { - lwjglVersion = '3.3.1' + lwjglVersion = '3.3.3' imguiVersion = "${version}" } diff --git a/build.gradle b/build.gradle index d90d054b..b3aba957 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ import java.text.SimpleDateFormat ext { - lwjglVersion = '3.3.2' + lwjglVersion = '3.3.3' } allprojects {