Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rxi committed Jul 24, 2016
1 parent 4a1bdb6 commit 4cf499e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autobatch.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-- under the terms of the MIT license. See LICENSE for details.
--

local autobatch = { _version = "0.1.0" }
local autobatch = { _version = "0.1.1" }
setmetatable(autobatch, { __index = love.graphics })

-- Use local reference to love.graphics as we overwrite it later
Expand Down

0 comments on commit 4cf499e

Please sign in to comment.