Skip to content

Commit

Permalink
LemonymousMods v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemonymous committed Apr 25, 2022
1 parent ac49716 commit d620142
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require(scriptPath().."easyEdit/easyEdit")
local mod = {
id = "lmn_mods",
name = "Lemonymous' Mods",
version = "0.6.9",
version = "0.7.0",
modApiVersion = "2.6.4",
icon = "scripts/icon.png",
description = "A Collection of mods made by Lemonymous",
Expand Down
4 changes: 2 additions & 2 deletions scripts/libs/artilleryArc.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

local VERSION = "1.1.1"
local VERSION = "1.1.2"
---------------------------------------------------
-- Artillery Arc v1.1.0 - code library
-- Artillery Arc - code library
--
-- by Lemonymous
---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/libs/attackEvents.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- eventifyModApiExtHooks


local VERSION = "1.0.0"
local VERSION = "1.1.0"
local EVENTS = {
"onAllyAttackResolved",
"onAllyAttackStart",
Expand Down
4 changes: 2 additions & 2 deletions scripts/libs/modloaderfixes.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

local VERSION = "1.0.1"
local VERSION = "1.1.0"
---------------------------------------------------
-- mod loader fixes v1.0.1
-- mod loader fixes
--
-- by Lemonymous
---------------------------------------------------
Expand Down

0 comments on commit d620142

Please sign in to comment.