Bump to v1.10.3

This commit is contained in:
raoulvdberge
2022-03-26 15:20:40 +01:00
parent 30c3c94642
commit e5e40f3b8e
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [v1.10.2] - 2022-03-26
### Changed
- Ported to Minecraft 1.18.2.

View File

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