Skip to content

Commit

Permalink
Release 0.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Krillsson committed Aug 1, 2024
1 parent 787e671 commit 3e1ff6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### Unreleased
- Fix native build

### 0.31.3
- Fix CPU load not updating properly
- Fix native build

### 0.31.2
- Properly opt-in to OSHIs load average handling on Windows
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {
}

group = 'com.krillsson'
version = '0.31.2'
version = '0.31.3'

buildConfig {
buildConfigField("String", "APP_VERSION", provider { "\"${project.version}\"" })
Expand Down

0 comments on commit 3e1ff6f

Please sign in to comment.