Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Sep 13, 2023
1 parent b490fc0 commit d9d59c8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.2.0] - 2023-09-13

### Added
- utility method for fire crafting to add single dimensions
- ability to remove vanilla smelting recipes from the alloy smelter

### Fixed
- swallowed exception when slicer recipes have not exactly 6 inputs

## [0.1.0] - 2023-09-05

Initial 1.20.1 release!
Expand All @@ -14,4 +23,5 @@ Initial 1.20.1 release!
[semantic versioning]: https://semver.org/spec/v2.0.0.html

<!-- Versions -->
[0.1.0]: https://github.com/AlmostReliable/kubejs-enderio/releases/tag/v1.20.1-0.1.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.1.0
modVersion = 0.2.0
modPackage = com.almostreliable.kubeio
modId = kubejs_enderio
modName = KubeJS EnderIO
Expand Down

0 comments on commit d9d59c8

Please sign in to comment.