Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rlnt committed Aug 23, 2023
1 parent c4e0d02 commit 455c86e
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 @@ -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].

## [1.1.4] - 2023-08-23

### Fixed
- initial size of the Requester gui ([#15])
- Requester Terminal not accepting size changes when increasing request amount in config ([#15])

<!-- Links -->
[#15]: https://github.com/AlmostReliable/merequester/issues/15

## [1.1.3] - 2023-07-26

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 -->
[1.1.4]: https://github.com/AlmostReliable/merequester/releases/tag/v1.20.1-fabric-1.1.4
[1.1.3]: https://github.com/AlmostReliable/merequester/releases/tag/v1.20.1-fabric-1.1.3
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ enableAccessWidener = false
minecraftVersion = 1.20.1

# Mod
modVersion = 1.1.3
modVersion = 1.1.4
modPackage = com.almostreliable.merequester
modId = merequester
modName = ME Requester
Expand Down

0 comments on commit 455c86e

Please sign in to comment.