Skip to content

Commit

Permalink
Bump to v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Mar 26, 2022
1 parent 6b40027 commit 0d3ea27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.9.2] - 2022-03-26

### Changed

- Ported to Minecraft 1.18.2.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'maven-publish'

group = 'com.refinedmods'
archivesBaseName = 'rangedpumps'
version = '0.9.2'
version = '0.9.3'

if (System.getenv('GITHUB_SHA') != null) {
version += '+' + System.getenv('GITHUB_SHA').substring(0, 7)
Expand Down

0 comments on commit 0d3ea27

Please sign in to comment.