Bump to 1.11.3.

This commit is contained in:
raoulvdberge
2022-12-17 12:24:23 +01:00
parent aaf528bce2
commit 9136fea35d
2 changed files with 181 additions and 179 deletions

View File

@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [v1.11.2] - 2022-12-17
### Added
- Available items indicator in JEI now updates while JEI is open

View File

@@ -33,7 +33,7 @@ apply plugin: 'maven-publish'
group = 'com.refinedmods'
archivesBaseName = 'refinedstorage'
version = '1.11.2'
version = '1.11.3'
if (System.getenv('GITHUB_SHA') != null) {
version += '+' + System.getenv('GITHUB_SHA').substring(0, 7)