Bump to 1.10.0-beta.3.
This commit is contained in:
@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v1.10.0-beta.2] - 2021-12-16
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed all Refined Storage advancements being granted when joining a world.
|
- Fixed all Refined Storage advancements being granted when joining a world.
|
||||||
@@ -27,3 +29,4 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|||||||
- Combined fluid and item view in the Pattern Grid.
|
- Combined fluid and item view in the Pattern Grid.
|
||||||
- Ported to Minecraft 1.18.1.
|
- Ported to Minecraft 1.18.1.
|
||||||
- Focused side buttons now display their tooltip properly.
|
- Focused side buttons now display their tooltip properly.
|
||||||
|
- Improved performance of retrieving patterns by [@metalshark](https://github.com/metalshark).
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ apply plugin: 'maven-publish'
|
|||||||
|
|
||||||
group = 'com.refinedmods'
|
group = 'com.refinedmods'
|
||||||
archivesBaseName = 'refinedstorage'
|
archivesBaseName = 'refinedstorage'
|
||||||
version = '1.10.0-beta.2'
|
version = '1.10.0-beta.3'
|
||||||
|
|
||||||
if (System.getenv('GITHUB_SHA') != null) {
|
if (System.getenv('GITHUB_SHA') != null) {
|
||||||
version += '+' + System.getenv('GITHUB_SHA').substring(0, 7)
|
version += '+' + System.getenv('GITHUB_SHA').substring(0, 7)
|
||||||
|
|||||||
Reference in New Issue
Block a user