Skip to content

Commit

Permalink
Bump version in conf.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
sirskunkalot committed Apr 17, 2017
1 parent a3993d0 commit 3998d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/conf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function love.conf(t)
-- See https://www.love2d.org/wiki/Config_Files for more information.

-- t.identity = nil -- The name of the save directory (string)
-- t.version = "0.10.1" -- The LÖVE version this game was made for (string)
-- t.version = "0.10.2" -- The LÖVE version this game was made for (string)
-- t.console = false -- Attach a console (boolean, Windows only)
-- t.accelerometerjoystick = true -- Enable the accelerometer on iOS and Android by exposing it as a Joystick (boolean)
-- t.externalstorage = false -- True to save files (and read from the save directory) in external storage on Android (boolean)
Expand Down

0 comments on commit 3998d96

Please sign in to comment.