Skip to content

Commit

Permalink
Merge pull request #66 from HiveGamesOSS/develop
Browse files Browse the repository at this point in the history
1.2.0
  • Loading branch information
clankstar authored Oct 7, 2024
2 parents ac2a40f + 064ae4c commit 4ae23ae
Show file tree
Hide file tree
Showing 40 changed files with 634,217 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Supported Formats:
- 1.18.0 - 1.18.30
- 1.19.0 - 1.19.80
- 1.20.0 - 1.20.80
- 1.21.0 - 1.21.30
- 1.21.0 - 1.21.40
- Java
- 1.8.8
- 1.9.0 - 1.9.3
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies {
}

node {
version.set("22.8.0")
npmVersion.set("10.8.3")
version.set("22.9.0")
npmVersion.set("10.9.0")
download.set(true)
}

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.1.3",
"version": "1.2.0",
"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": "32.1.0",
"electron": "32.1.2",
"electron-builder": "25.0.5",
"git-last-commit": "^1.0.1"
},
Expand Down
10 changes: 5 additions & 5 deletions app/package-lock.json

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

Loading

0 comments on commit 4ae23ae

Please sign in to comment.