Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Sep 21, 2023
1 parent 7eca960 commit a542cae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [0.3.1] - 2023-09-22

### Changed
- changed minimum EnderIO version to 6.0.20-alpha

### Fixed
- fixed a crash caused by the alloy smelter mixin ([enderio#520], [#1], [#2])

<!-- Links -->
[enderio#520]: https://github.com/Team-EnderIO/EnderIO/issues/520
[#1]: https://github.com/AlmostReliable/kubejs-enderio/issues/1
[#2]: https://github.com/AlmostReliable/kubejs-enderio/pull/2

## [0.3.0] - 2023-09-20

### Added
Expand Down Expand Up @@ -35,6 +48,7 @@ Initial 1.20.1 release!
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[0.3.1]: https://github.com/AlmostReliable/kubejs-enderio/releases/tag/v1.20.1-forge-0.3.1-beta
[0.3.0]: https://github.com/AlmostReliable/kubejs-enderio/releases/tag/v1.20.1-forge-0.3.0-beta
[0.2.0]: https://github.com/AlmostReliable/kubejs-enderio/releases/tag/v1.20.1-0.2.0-forge-beta
[0.1.0]: https://github.com/AlmostReliable/kubejs-enderio/releases/tag/v1.20.1-0.1.0-forge-beta
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ enableAccessWidener = false
minecraftVersion = 1.20.1

# Mod
modVersion = 0.3.0
modVersion = 0.3.1
modPackage = com.almostreliable.kubeio
modId = kubejs_enderio
modName = KubeJS-EnderIO
Expand Down

0 comments on commit a542cae

Please sign in to comment.