Skip to content

Commit

Permalink
Merge branch 'feats/1.16' of https://github.com/MrTroble/Open-Signals
Browse files Browse the repository at this point in the history
…into feats/1.16
  • Loading branch information
Uhutown committed Oct 21, 2024
2 parents 3943446 + 8246d78 commit dbc68ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: endswith(github.ref_name, 'master') && github.ref_protected && github.ref_type == 'branch'
runs-on: ubuntu-latest
env:
APPVEYOR_BUILD_VERSION: '3.6.0'
APPVEYOR_BUILD_VERSION: '3.6.1'
CURSETOKEN: ${{ secrets.CURSETOKEN }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ curseforge {
project {
id = '440990'
changelog = file('changelog.md')
releaseType = 'beta'
releaseType = 'release'
changelogType = 'markdown'
addGameVersion '1.16.5'
}
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [1.16.5 - 3.6.1]
* fix: issues with InterSignalBoxPathways
* fix: issue with Zs3V in HV

## [1.16.5 - 3.6.0]

* feat: added black dots mast sign
Expand Down

0 comments on commit dbc68ab

Please sign in to comment.