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

Commit 72bdcd3

Browse files
author
DaRacci
committed
chore(version): v4.3.14
1 parent b321422 commit 72bdcd3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## [v4.3.14](https://github.com/DaRacci/Minix/compare/v4.3.13..v4.3.14) - 2022-12-14
6+
#### Bug Fixes
7+
- 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)
8+
#### Miscellaneous Chores
9+
- API Dump - ([b321422](https://github.com/DaRacci/Minix/commit/b3214228a8bfefaaaa4b769339cec621721cb9d2)) - [@DaRacci](https://github.com/DaRacci)
10+
#### Refactoring
11+
- **(Coroutine)** Dispatch using executor instead of scheduler. - ([febb968](https://github.com/DaRacci/Minix/commit/febb9682177e666ad0d2f76cfc7b0f43e0fdca89)) - [@DaRacci](https://github.com/DaRacci)
12+
13+
- - -
14+
515
## [v4.3.13](https://github.com/DaRacci/Minix/compare/v4.3.12..v4.3.13) - 2022-12-01
616
#### Bug Fixes
717
- **(KPlayerEvent)** Add component1 for player - ([8552b15](https://github.com/DaRacci/Minix/commit/8552b15ba8aa3b5c96966c212b8a036817535c0d)) - [@DaRacci](https://github.com/DaRacci)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# suppress inspection "UnusedProperty" for whole file
22
group=dev.racci
3-
version=4.3.14-SNAPSHOT
3+
version=4.3.14
44
addRunNumber=false
55
kotlinVersion=1.7.21
66
minixVersion=0.7.408

0 commit comments

Comments
 (0)