Skip to content

Commit 858b361

Browse files
committed
build: 1.21.10-rc1
1 parent 63adf51 commit 858b361

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: upload to modrinth and curseforge
4343
run: ./gradlew modrinth publishMainPublicationToCurseForge
44-
if: github.ref == 'refs/heads/dev/1.21.9'
44+
if: github.ref == 'refs/heads/dev/1.21.10'
4545
env:
4646
MODRINTH_TOKEN: ${{ secrets.MODRINTH_UPLOAD_TOKEN }}
4747
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_API_TOKEN }}

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ gradle-curseforge-publish.interop.neogradle=false
1111
#org.gradle.configuration-cache=true
1212
# Fabric Properties
1313
# check these on https://fabricmc.net/versions.html
14-
minecraft_version=1.21.9
15-
yarn_mappings=1.21.9+build.1
14+
minecraft_version=1.21.10-rc1
15+
yarn_mappings=1.21.10-rc1+build.1
1616
loader_version=0.17.2
17-
fabric_version=0.133.14+1.21.9
17+
fabric_version=0.134.0+1.21.9
1818
# Mod Properties
1919
mod_version=0.3.5+alpha.0
2020
maven_group=com.ishland.c2me

0 commit comments

Comments
 (0)