Skip to content

Commit

Permalink
v16.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Feb 13, 2025
1 parent 2a7da68 commit a0848ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ the parameter.
## Changes
### 16.0.2 (under development)
### 16.0.2
- deprecated the MathUtil.clamp() methods as Math.clamp was added to the JDK.
- deprecated the MathUtil.clamp() methods as Math.clamp() was added to the JDK.
These methods will be removed once the base JDK changes to 21.
- add a SystemInfo record to retrieve system information; run the DialogSample class and show details
in the About dialog of the application for example output
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.gradle.internal.extensions.stdlib.toDefaultLowerCase

// define project name and version
rootProject.name = "dua3-utility"
val projectVersion = "16.0.2-SNAPSHOT"
val projectVersion = "16.0.2"

// define subprojects
include("utility")
Expand Down

0 comments on commit a0848ab

Please sign in to comment.