Skip to content

Commit 0db60e1

Browse files
committed
Bump version.
1 parent 899a2cf commit 0db60e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

preprocess-cl.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exec lua "$0" "$@"
1212
--= License: MIT (see the bottom of this file)
1313
--= Website: https://github.com/ReFreezed/LuaPreprocess
1414
--=
15-
--= Tested with Lua 5.1, 5.2 and 5.3.
15+
--= Tested with Lua 5.1, 5.2, 5.3 and 5.4.
1616
--=
1717
--==============================================================
1818

preprocess.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
--= License: MIT (see the bottom of this file)
77
--= Website: https://github.com/ReFreezed/LuaPreprocess
88
--=
9-
--= Tested with Lua 5.1, 5.2 and 5.3.
9+
--= Tested with Lua 5.1, 5.2, 5.3 and 5.4.
1010
--=
1111
--==============================================================
1212
@@ -122,7 +122,7 @@ setmetatable(_G, {__newindex=function(_G, k, v)
122122
end})
123123
--]]
124124

125-
local VERSION = "1.11.1"
125+
local VERSION = "1.11.2"
126126

127127
local MAX_DUPLICATE_FILE_INSERTS = 1000 -- @Incomplete: Make this a parameter for processFile()/processString().
128128

0 commit comments

Comments
 (0)