Skip to content

Commit

Permalink
Merge pull request #111 from HiveGamesOSS/develop
Browse files Browse the repository at this point in the history
1.3.1
  • Loading branch information
clankstar authored Nov 4, 2024
2 parents 2cdf4aa + c57b12b commit b157b5c
Show file tree
Hide file tree
Showing 65 changed files with 278,968 additions and 173 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: ./gradlew build -x test

- name: Sign files with Trusted Signing
uses: azure/trusted-signing-action@v0.4.0
uses: azure/trusted-signing-action@v0.5.0
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: ./gradlew build -x test

- name: Sign files with Trusted Signing
uses: azure/trusted-signing-action@v0.4.0
uses: azure/trusted-signing-action@v0.5.0
with:
azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }}
azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Supported Formats:
- 1.18.0 - 1.18.2
- 1.19.0 - 1.19.4
- 1.20.0 - 1.20.6
- 1.21.0 - 1.21.2
- 1.21.0 - 1.21.3

**Microsoft Creator Docs:**
https://learn.microsoft.com/en-us/minecraft/creator/documents/chunkeroverview?view=minecraft-bedrock-stable
Expand Down
4 changes: 2 additions & 2 deletions app/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chunker-electron",
"version": "1.3.0",
"version": "1.3.1",
"description": "Convert worlds between Java and Bedrock.",
"private": true,
"main": "src/index.js",
Expand All @@ -14,7 +14,7 @@
"author": "Hive Games Limited",
"license": "MIT",
"devDependencies": {
"electron": "33.0.1",
"electron": "33.0.2",
"electron-builder": "25.0.5",
"git-last-commit": "^1.0.1"
},
Expand Down
18 changes: 9 additions & 9 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"react-scripts": "^5.0.1",
"react-select": "^5.8.1",
"react-select": "^5.8.2",
"react-syntax-highlighter": "^15.6.1",
"seedrandom": "^3.0.5"
},
Expand Down
Loading

0 comments on commit b157b5c

Please sign in to comment.