bump Construct version

This commit is contained in:
ForestOfLight
2025-07-16 14:02:25 -07:00
Unverified
parent c4d936b3ab
commit e95e2f8c2f
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
{
"format_version": 2,
"header": {
"name": "Construct [BP] v1.0.1",
"name": "Construct [BP] v1.0.2",
"description": "Survival building addon by §aForestOfLight§r.",
"uuid": "8c0c0153-d8b9-482a-889f-aef922b8fe58",
"min_engine_version": [1, 21, 90],
"version": [1, 0, 1]
"version": [1, 0, 2]
},
"modules": [
{
@@ -34,7 +34,7 @@
},
{
"uuid": "375ec465-3dc1-429f-8b4c-a337889e1ed4", // Construct RP
"version": [1, 0, 1]
"version": [1, 0, 2]
}
],
"metadata": {
+1 -1
View File
@@ -4,5 +4,5 @@ export const extension = new CanopyExtension({
author: 'ForestOfLight',
name: 'Construct',
description: 'Survival building addon by §aForestOfLight§r.',
version: '1.0.1'
version: '1.0.2'
});