Skip to content

Commit

Permalink
Upps, forgot to bump version :P
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Mar 21, 2018
1 parent c32a13f commit 74d4a0a
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 @@ -26,10 +26,10 @@
local love = require("love")

-- Version string
DEPLS_VERSION = "2.1.1"
DEPLS_VERSION = "2.1.2"
-- Version number
-- In form xxyyzzww. x = major, y = minor, z = patch, w = pre-release counter (99 = not a pre release)
DEPLS_VERSION_NUMBER = 02010199
DEPLS_VERSION_NUMBER = 02010299

-- We don't want to protect the global table if we run it from LuaJIT/Terra
if love._exe then
Expand Down

0 comments on commit 74d4a0a

Please sign in to comment.