Skip to content

Commit 47d78f0

Browse files
committed
build: 1.21.7-rc1
1 parent 020497b commit 47d78f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: ./gradlew build
3737
- name: upload to modrinth and curseforge
3838
run: ./gradlew modrinth curseforge
39-
if: github.ref == 'refs/heads/ver/1.21.6'
39+
if: github.ref == 'refs/heads/ver/1.21.7'
4040
env:
4141
MODRINTH_TOKEN: ${{ secrets.MODRINTH_UPLOAD_TOKEN }}
4242
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_API_TOKEN }}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx2G
33

44
# Fabric Properties
55
# check these on https://fabricmc.net/versions.html
6-
minecraft_version=1.21.6
7-
yarn_mappings=1.21.6+build.1
6+
minecraft_version=1.21.7-rc1
7+
yarn_mappings=1.21.7-rc1+build.1
88
loader_version=0.16.14
99

1010
# Mod Properties

0 commit comments

Comments
 (0)