Skip to content

Commit

Permalink
v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DuncanRuns committed Jun 4, 2024
1 parent c4ffff5 commit e0b3652
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'xyz.duncanruns.julti'
version '1.4.4'
version '1.4.5'

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Changes in v1.4.5:
- Fix Julti crashing when closing the options GUI when any instances are closed.

Changes in v1.4.4:
- Fix GUIs not refocusing if already open
- A few utility mode changes (#100 @dfanm)
Expand Down

0 comments on commit e0b3652

Please sign in to comment.