Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zly2006 committed Dec 17, 2024
1 parent d2b9eeb commit b52e2e0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ jobs:
if: ${{ runner.os == 'Linux' }}
uses: actions/upload-artifact@v4
with:
name: Mod Download -
name: Mod Download
path: build/libs
if-no-files-found: error
compression-level: 9
- name: capture build artifacts (cli)
if: ${{ runner.os == 'Linux' }}
uses: actions/upload-artifact@v4
with:
name: CLI Tools -
name: CLI Tools
path: cli/build/libs
if-no-files-found: error
compression-level: 9
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
## 0.3.6
## 0.3.7

Fix regional restore, now it will restore the correct region.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.caching.debug=false
org.gradle.configureondemand=true

# Mod properties
mod.version=0.3.6
mod.version=0.3.7-pre.1
mod.group=com.github.zly2006
mod.id=x-backup
mod.name=X Backup
Expand Down
2 changes: 1 addition & 1 deletion versions/1.21.1/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://fabricmc.net/develop
deps.yarn_build=3
deps.fabric_api=0.108.0+1.21.1
deps.fabric_api=0.110.0+1.21.1

mod.mc_dep=>=1.21 <=1.21.1
mod.mc_title=1.21.1
Expand Down
2 changes: 1 addition & 1 deletion versions/1.21.3/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://fabricmc.net/develop
deps.yarn_build=2
deps.fabric_api=0.110.0+1.21.3
deps.fabric_api=0.112.1+1.21.3

mod.mc_dep=>=1.21.2 <=1.21.3
mod.mc_title=1.21.3
Expand Down
6 changes: 3 additions & 3 deletions versions/1.21.4/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# https://fabricmc.net/develop
deps.yarn_build=1
deps.fabric_api=0.110.5+1.21.4
deps.yarn_build=2
deps.fabric_api=0.112.1+1.21.4

mod.mc_dep=>=1.21.4 <=1.21.4
mod.mc_title=1.21.4
mod.mc_targets=1.21.4
deps.poly_lib=
deps.poly_lib=2104.0.4-build.163

0 comments on commit b52e2e0

Please sign in to comment.