From 795a490ca15e1b587baba936cf630928c916b5a2 Mon Sep 17 00:00:00 2001 From: Leon Linhart Date: Sun, 28 Jul 2024 11:01:09 +0200 Subject: [PATCH] feat: update the default version to `3.3.4` Closes #23 --- docs/changelog/0.3.0.md | 1 + src/main/kotlin/com/osmerion/gradle/lwjgl3/LWJGLConstants.kt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/0.3.0.md b/docs/changelog/0.3.0.md index aad9ddc..c7bfc56 100644 --- a/docs/changelog/0.3.0.md +++ b/docs/changelog/0.3.0.md @@ -5,6 +5,7 @@ _Not Released Yet_ #### Improvements - Added a predefined accessor for the msdfgen bindings. +- Updated the default LWJGL version to 3.3.4. #### Fixes diff --git a/src/main/kotlin/com/osmerion/gradle/lwjgl3/LWJGLConstants.kt b/src/main/kotlin/com/osmerion/gradle/lwjgl3/LWJGLConstants.kt index 066111c..49474fa 100644 --- a/src/main/kotlin/com/osmerion/gradle/lwjgl3/LWJGLConstants.kt +++ b/src/main/kotlin/com/osmerion/gradle/lwjgl3/LWJGLConstants.kt @@ -58,7 +58,7 @@ public object LWJGLConstants { * * @since 0.1.0 */ - public val DEFAULT_VERSION: String = "3.3.3" + public val DEFAULT_VERSION: String = "3.3.4" /** * The name of the property that can be used to configure if the plugin