Skip to content

Commit

Permalink
Update to 1.3.2 hotfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
RenatoGeh committed Jul 2, 2018
1 parent aeaae10 commit df43682
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.3.1
# Marvellous Inc. v1.3.2

**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.3.1", -- The project version
version = "1.3.2", -- 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.3.0"
VERSION = "1.3.2"

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

0 comments on commit df43682

Please sign in to comment.