Skip to content

Commit

Permalink
Bump to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yancouto committed Apr 28, 2018
1 parent bc57a4c commit 6d2f4e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
###### Copyright (C) 2018 MarvellousSoft & USPGameDev
###### Code under license **GPLv3.0**, original assets under license **CC BY-AS 4.0**

# Marvellous Inc. v1.2.0
# Marvellous Inc. v1.2.1

**an open source zachlike indie game by [MarvellousSoft](https://marvelloussoft.github.io/) and [USPGameDev](https://uspgamedev.org/) ~ 2016-2018**

Expand Down
2 changes: 1 addition & 1 deletion marv/conf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function love.conf(t)
title = "Marvellous_Inc", -- The project title (string)
package = "marvellous", -- The project command and package name (string)
loveVersion = t.version, -- The project LÖVE version
version = "1.2.0", -- The project version
version = "1.2.1", -- The project version
author = "Marvellous Soft", -- Your name (string)
email = "[email protected]", -- Your email (string)
description = "Zachlike with an immersive storyline told through emails.", -- The project description (string)
Expand Down
2 changes: 1 addition & 1 deletion marv/setup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local setup = {}
--SETUP FUNCTIONS
--------------------

VERSION = "1.2.0"
VERSION = "1.2.1"

--GLOBAL VARIABLES--
W = love.graphics.getWidth() --Current width of the game window
Expand Down

0 comments on commit 6d2f4e7

Please sign in to comment.