Bump to v1.10.4

This commit is contained in:
raoulvdberge
2022-08-06 17:47:45 +02:00
parent bebeaad0cc
commit 774380aa3b
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] ## [Unreleased]
## [v1.10.3] - 2022-08-06
### Fixed ### Fixed
- Fixed Destructor dupe bug - Fixed Destructor dupe bug

View File

@@ -33,7 +33,7 @@ apply plugin: 'maven-publish'
group = 'com.refinedmods' group = 'com.refinedmods'
archivesBaseName = 'refinedstorage' archivesBaseName = 'refinedstorage'
version = '1.10.3' version = '1.10.4'
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)