Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjoSolutions committed Oct 19, 2023
1 parent 33d8f71 commit 4d1e544
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions behavior_packs/building_tools/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Building tools",
"description": "Building tools.",
"uuid": "e378658f-11ad-49d5-bad4-3140480b3428",
"version": [1, 4, 0],
"version": [1, 4, 1],
"min_engine_version": [1, 20, 30]
},
"modules": [
Expand All @@ -13,14 +13,14 @@
"language": "javascript",
"type": "script",
"uuid": "d20025fc-73c9-420a-85b3-936f06f5346d",
"version": [1, 4, 0],
"version": [1, 4, 1],
"entry": "scripts/main.js"
},
{
"description": "Building tools",
"type": "data",
"uuid": "cd46f994-8f7f-4ec3-ab4f-f5cdde0fe68d",
"version": [1, 4, 0]
"version": [1, 4, 1]
}
],
"dependencies": [
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "building-tools",
"version": "1.4.0",
"version": "1.4.1",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"del": "^6.0.0",
Expand Down

0 comments on commit 4d1e544

Please sign in to comment.