Skip to content

Commit

Permalink
Constructor 0.45.1r
Browse files Browse the repository at this point in the history
- Bugfix for installing curated constructs
- Update auto-updater to v2.9 with code warnings resolved and improved help message
  • Loading branch information
hexarobi authored Mar 3, 2024
1 parent a2b7f5f commit b7effa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@
"priority" => PRIORITY_USEFUL_POPULAR,
"author" => "hexarobi",
"description" => "Load and edit custom map, vehicle and skin files in JSON, XML or INI format.",
"version" => "0.45r",
"version" => "0.45.1r",
"depends" => [
"lua/natives-1672190175",
"lua/iniparser",
Expand All @@ -571,8 +571,8 @@
"lua/quaternionLib",
],
"files" => [
"Constructor.lua" => "raw.githubusercontent.com/calamity-inc/stand-lua-constructor/d6bf0b7f74c2285918677edd6dec4de9b2f828e7/Constructor.lua",
"lib/auto-updater.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-constructor/beab4e384bfca412e6c81514501c98ad7c256042/lib/auto-updater.lua",
"Constructor.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-constructor/983b7f088a504d7e387dd9bc8e2b423a4e94f6ee/Constructor.lua",
"lib/auto-updater.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-constructor/983b7f088a504d7e387dd9bc8e2b423a4e94f6ee/lib/auto-updater.lua",
"lib/constructor/constants.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-constructor/e73d371c64d54581e73cbc0352a977b10478cb56/lib/constructor/constants.lua",
"lib/constructor/constructor_lib.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-constructor/d6bf0b7f74c2285918677edd6dec4de9b2f828e7/lib/constructor/constructor_lib.lua",
"lib/constructor/convertors.lua" => "raw.githubusercontent.com/hexarobi/stand-lua-constructor/d6bf0b7f74c2285918677edd6dec4de9b2f828e7/lib/constructor/convertors.lua",
Expand Down

0 comments on commit b7effa3

Please sign in to comment.