Skip to content

Commit

Permalink
Bump version to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Drauthius committed Oct 8, 2020
1 parent 515c224 commit ff11a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainmenu/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ local spriteSheet = require "src.game.spritesheet"

local MainMenu = {}

MainMenu.VERSION = "v0.1.3"
MainMenu.VERSION = "v0.1.4"

local function _createClouds(variant)
local particleSystem = love.graphics.newParticleSystem(spriteSheet:getImage(), 1000)
Expand Down

0 comments on commit ff11a92

Please sign in to comment.