Skip to content

Commit

Permalink
feat: update the default LWJGL version to 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Jan 7, 2025
1 parent f31dadf commit 41569c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ lwjgl3 {

| LWJGL3 Gradle Plugin | Default LWJGL version |
|----------------------|-----------------------|
| 0.6.0 | 3.3.6 |
| 0.5.0 | 3.3.5 |
| 0.3.0 | 3.3.4 |
| 0.2.0 | 3.3.3 |
Expand Down
6 changes: 5 additions & 1 deletion docs/changelog/0.6.0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.6.0

_Not Released Yet_
_Not Released Yet_

#### Improvements

- Updated the default LWJGL version to 3.3.6.
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.5"
public val DEFAULT_VERSION: String = "3.3.6"

/**
* The name of the property that can be used to configure if the plugin
Expand Down

0 comments on commit 41569c8

Please sign in to comment.