Skip to content

Commit

Permalink
Increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Aug 21, 2024
1 parent 381fbb3 commit e3f1b16
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
uses: actions/checkout@v2
- name: validate gradle wrapper
uses: gradle/wrapper-validation-action@v1
- name: setup jdk 17
- name: setup jdk 21
uses: actions/setup-java@v1
with:
java-version: "17"
java-version: "21"
- name: make gradle wrapper executable
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./gradlew
Expand All @@ -35,9 +35,11 @@ jobs:
version-type: beta
version: ${{ github.ref_name }}
loaders: neoforge
game-versions: 1.21
game-versions: |
1.21
1.21.1
java: 21
name: ""
changelog: "https://github.com/Buuz135/FunctionalStorage/blob/main/CHANGELOG.md"
changelog: "https://github.com/Buuz135/FunctionalStorage/blob/1.21/CHANGELOG.md"
dependencies: |
titanium | depends
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# VERSION 1.3.2
* Fix fluid drawers not being accessible through controllers, closes #301

# VERSION 1.3.1
* Fixed Oak Drawer recipe
* Added examples for how to craft framed drawers
Expand All @@ -18,7 +21,6 @@
* Added Max Storage Upgrade closes #279

# VERSION 1.2.9

* Fixed creative vending upgrades using the base stack, closes #239

# VERSION 1.2.8
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx2048M
modGroup=com.buuz135
mod_version=1.3.1
mod_version=1.3.2
modBaseName=functionalstorage

neo_version=21.0.47-beta
Expand Down

0 comments on commit e3f1b16

Please sign in to comment.