Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
alesan99 committed Oct 13, 2024
1 parent 4bb9ccf commit 3295c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ if debugconsole then debuginputon = true; debuginput = "print()"; print("DEBUG O
local debugGraph,fpsGraph,memGraph,drawGraph
local debugGraphs = false

VERSION = 13.2000
VERSIONSTRING = "13.2 (8/10/24)"
VERSION = 13.2001
VERSIONSTRING = "13.2 (10/13/24)"
ANDROIDVERSION = 18

android = (love.system.getOS() == "Android" or love.system.getOS() == "iOS") --[DROID]
Expand Down

0 comments on commit 3295c59

Please sign in to comment.