Skip to content

Commit

Permalink
bump to 1.11.0 (mc 1.20.30+; api 1.15.0-beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
vytdev committed Sep 18, 2024
1 parent 1e0bb54 commit f0831de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pack/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"name": "Debug Stick",
"description": "Java Debug Stick on Minecraft: Bedrock Edition. By §bvytdev§r",
"uuid": "21aadfa6-e27c-400c-c596-596021852939",
"version": "1.10.1",
"min_engine_version": [ 1, 21, 20 ]
"version": "1.11.0",
"min_engine_version": [ 1, 21, 30 ]
},

"modules": [
Expand All @@ -29,7 +29,7 @@
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.14.0-beta"
"version": "1.15.0-beta"
}
],

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "debug-stick",
"version": "1.10.1",
"version": "1.11.0",
"description": "Debug stick for minecraft bedrock",
"scripts": {
"test": "npx tsc",
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/vytdev/debug-stick#readme",
"dependencies": {
"@minecraft/server": "1.14.0-beta.1.21.20-stable",
"@minecraft/server": "1.15.0-beta.1.21.30-stable",
"typescript": "^5.4.5"
}
}

0 comments on commit f0831de

Please sign in to comment.