mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -05:00
bump version
This commit is contained in:
parent
cdddda2d1e
commit
2c859877ae
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog],
|
The format is based on [Keep a Changelog],
|
||||||
and this project adheres to [Semantic Versioning].
|
and this project adheres to [Semantic Versioning].
|
||||||
|
|
||||||
|
## [0.4.3] - 2023-04-22
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- support for Ars Nouveau ([#44], [#45])
|
||||||
|
|
||||||
|
<!-- Links -->
|
||||||
|
[#44]: https://github.com/AlmostReliable/almostunified/pull/44
|
||||||
|
[#45]: https://github.com/AlmostReliable/almostunified/issues/45
|
||||||
|
|
||||||
## [0.4.2] - 2023-04-22
|
## [0.4.2] - 2023-04-22
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -59,6 +68,7 @@ Initial 1.19.4 release!
|
||||||
[semantic versioning]: https://semver.org/spec/v2.0.0.html
|
[semantic versioning]: https://semver.org/spec/v2.0.0.html
|
||||||
|
|
||||||
<!-- Versions -->
|
<!-- Versions -->
|
||||||
|
[0.4.3]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.4-0.4.3-beta
|
||||||
[0.4.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.4-0.4.2-beta
|
[0.4.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.4-0.4.2-beta
|
||||||
[0.4.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.4-0.4.1-beta
|
[0.4.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.4-0.4.1-beta
|
||||||
[0.4.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.4-0.4.0-beta
|
[0.4.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.4-0.4.0-beta
|
||||||
|
|
|
@ -11,7 +11,7 @@ junitVersion = 5.9.0
|
||||||
minecraftVersion = 1.19.4
|
minecraftVersion = 1.19.4
|
||||||
|
|
||||||
# Mod
|
# Mod
|
||||||
modVersion = 0.4.2
|
modVersion = 0.4.3
|
||||||
modPackage = com.almostreliable.unified
|
modPackage = com.almostreliable.unified
|
||||||
modId = almostunified
|
modId = almostunified
|
||||||
modName = AlmostUnified
|
modName = AlmostUnified
|
||||||
|
|
Loading…
Reference in a new issue