Skip to content

Commit

Permalink
feat: update the default version to 3.3.4
Browse files Browse the repository at this point in the history
Closes #23
  • Loading branch information
TheMrMilchmann committed Jul 28, 2024
1 parent 336634c commit 795a490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog/0.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 795a490

Please sign in to comment.