Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
chore(version): v4.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRacci committed Dec 14, 2022
1 parent b321422 commit 72bdcd3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## [v4.3.14](https://github.com/DaRacci/Minix/compare/v4.3.13..v4.3.14) - 2022-12-14
#### Bug Fixes
- Some more water event fixes, still one remaining i cant figure out - ([9e31fb9](https://github.com/DaRacci/Minix/commit/9e31fb928b2fdc3d83cf0abc35324c1fc89920ff)) - [@DaRacci](https://github.com/DaRacci)
#### Miscellaneous Chores
- API Dump - ([b321422](https://github.com/DaRacci/Minix/commit/b3214228a8bfefaaaa4b769339cec621721cb9d2)) - [@DaRacci](https://github.com/DaRacci)
#### Refactoring
- **(Coroutine)** Dispatch using executor instead of scheduler. - ([febb968](https://github.com/DaRacci/Minix/commit/febb9682177e666ad0d2f76cfc7b0f43e0fdca89)) - [@DaRacci](https://github.com/DaRacci)

- - -

## [v4.3.13](https://github.com/DaRacci/Minix/compare/v4.3.12..v4.3.13) - 2022-12-01
#### Bug Fixes
- **(KPlayerEvent)** Add component1 for player - ([8552b15](https://github.com/DaRacci/Minix/commit/8552b15ba8aa3b5c96966c212b8a036817535c0d)) - [@DaRacci](https://github.com/DaRacci)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# suppress inspection "UnusedProperty" for whole file
group=dev.racci
version=4.3.14-SNAPSHOT
version=4.3.14
addRunNumber=false
kotlinVersion=1.7.21
minixVersion=0.7.408
Expand Down

0 comments on commit 72bdcd3

Please sign in to comment.