Skip to content

Commit

Permalink
bump version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SylviBlossom committed May 7, 2022
1 parent 2e4b8d2 commit 36a2dad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0-dev
0.5.0
2 changes: 1 addition & 1 deletion mods/_light/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"subtitle": "Another testing mod...?",

"version": "v?.?.?",
"engineVer": "v0.1.0",
"engineVer": "v0.5.0",

"chapter": 2,

Expand Down
2 changes: 1 addition & 1 deletion mods/_testmod/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"subtitle": "A testing mod full of various stuff and things",

"version": "v?.?.?",
"engineVer": "v0.5.0-dev",
"engineVer": "v0.5.0",

"chapter": 2,

Expand Down
2 changes: 1 addition & 1 deletion mods/example/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"subtitle": "",

"version": "v1.0.0",
"engineVer": "v0.5.0-dev",
"engineVer": "v0.5.0",

"chapter": 2,

Expand Down
2 changes: 1 addition & 1 deletion mods/example/scripts/battle/waves/aiming.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function Aiming:onStart()
local attackers = self:getAttackers()

-- Loop through all attackers
for _, attacker in ipairs(self:getAttackers()) do
for _, attacker in ipairs(attackers) do

-- Get the attacker's center position
local x, y = attacker:getRelativePos(attacker.width/2, attacker.height/2)
Expand Down

0 comments on commit 36a2dad

Please sign in to comment.