diff --git a/conf.lua b/conf.lua index 6d117b0..ff78db4 100644 --- a/conf.lua +++ b/conf.lua @@ -1,6 +1,6 @@ function love.conf(t) t.identity = nil -- The name of the save directory (string) - t.version = "11.1" -- The LÖVE version this game was made for (string) + t.version = "11.2" -- The L�VE version this game was made for (string) t.console = true -- Attach a console (boolean, Windows only) t.window.title = "Untitled" -- The window title (string)