Skip to content

Commit bb320ef

Browse files
committed
Update LOVE version
1 parent 96c1e20 commit bb320ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conf.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function love.conf(t)
44
--t.console = true
55
--t.screen = false
66
t.modules.physics = false
7-
t.version = "11.4"
7+
t.version = "11.5"
88
t.window = false
99
t.externalstorage = true
1010
end

main.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
]]
5353

5454
--version check
55-
if love._version_major ~= 11 then error("You have an outdated version of Love2d! Get 11.4 and retry.") end
55+
if love._version_major ~= 11 then error("You have an outdated version of Love2d! Get 11.5 and retry.") end
5656

5757
require("utils")
5858
hardloadhttps()

0 commit comments

Comments
 (0)