Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lapis256 committed May 1, 2022
1 parent 49b00be commit 74ffc8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions behavior/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Floating Text Manager Addon",
"name": "Floating Text Manager Addon",
"uuid": "d9ac7288-9c6b-4570-892d-09f62b28f46d",
"version": [1, 1, 0],
"version": [1, 1, 1],
"min_engine_version": [1, 18, 30]
},
"modules": [
Expand All @@ -14,20 +14,20 @@
"type": "javascript",
"language": "JavaScript",
"entry": "scripts/main.js",
"version": [1, 1, 0]
"version": [1, 1, 1]
},
{
"description": "Floating Text Manager Data",
"uuid": "94555736-9808-4a5d-b92e-a9f75d1980a2",
"type": "data",
"version": [1, 1, 0]
"version": [1, 1, 1]
}
],
"dependencies": [
{
/* Resource Pack */
"uuid": "01ecf46f-09bf-454e-9f98-8a14e12c6eea",
"version": [1, 1, 0]
"version": [1, 1, 1]
},
{
/* GameTest Module */
Expand Down
6 changes: 3 additions & 3 deletions resource/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
"description": "Floating Text Manager Addon",
"name": "Floating Text Manager Addon",
"uuid": "01ecf46f-09bf-454e-9f98-8a14e12c6eea",
"version": [1, 1, 0],
"version": [1, 1, 1],
"min_engine_version": [1, 18, 30]
},
"modules": [
{
"description": "Floating Text Manager Resource",
"type": "resources",
"uuid": "9b97ea41-79b3-4e6e-9e6f-d12a842ecd09",
"version": [1, 1, 0]
"version": [1, 1, 1]
}
],
"dependencies": [
{
/* Behavior Pack */
"uuid": "d9ac7288-9c6b-4570-892d-09f62b28f46d",
"version": [1, 1, 0]
"version": [1, 1, 1]
}
],
"metadata": {
Expand Down

0 comments on commit 74ffc8f

Please sign in to comment.