Skip to content

Commit

Permalink
1.11.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Insane96 committed Mar 8, 2025
1 parent 55932c3 commit cf47384
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish on CurseForge & Modrinth #The name of your GitHub Action on git
on: [ workflow_dispatch ] #When your GitHub Action will be executed ('pull_request' -> on every Merge(/Pull) Request; 'workflow_dispatch' -> allows manual execution through github.com

env: #Environment variables that can later be referenced using ${{ env.MINECRAFT_VERSION }}. These are useful for repeating information and allow for quick changes for new mod updates
VERSION: 1.11.8
VERSION: 1.11.9
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Upcoming
## 1.11.9
* Definitely removed Shield Bash enchantment
* Fixed italian translation being outdated
* Fixed being able to block with a charged crossbow in hand
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
mc_version=1.20.1
mod_version=1.11.8
mod_version=1.11.9
mod_id=shieldsplus
lib_version=1.16.1
mixin_version=0.8.5
Expand Down

0 comments on commit cf47384

Please sign in to comment.