Skip to content

Commit

Permalink
Release of 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjoSolutions committed Oct 27, 2023
1 parent 3895975 commit de71d27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions behavior_packs/building_tools/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
"name": "Building tools",
"description": "Building tools.",
"uuid": "e378658f-11ad-49d5-bad4-3140480b3428",
"version": [1, 4, 1],
"min_engine_version": [1, 20, 30]
"version": [1, 4, 2],
"min_engine_version": [1, 20, 40]
},
"modules": [
{
"description": "Script resources",
"language": "javascript",
"type": "script",
"uuid": "d20025fc-73c9-420a-85b3-936f06f5346d",
"version": [1, 4, 1],
"version": [1, 4, 2],
"entry": "scripts/main.js"
},
{
"description": "Building tools",
"type": "data",
"uuid": "cd46f994-8f7f-4ec3-ab4f-f5cdde0fe68d",
"version": [1, 4, 1]
"version": [1, 4, 2]
}
],
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "building-tools",
"version": "1.4.1",
"version": "1.4.2",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"del": "^6.0.0",
Expand Down

0 comments on commit de71d27

Please sign in to comment.