From df4368288e6b122028dea8f99ae581fc7d21870e Mon Sep 17 00:00:00 2001 From: Renato Lui Geh Date: Mon, 2 Jul 2018 19:52:37 -0300 Subject: [PATCH] Update to 1.3.2 hotfix. --- README.md | 2 +- marv/conf.lua | 2 +- marv/setup.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9cf01db1..6ba61389 100644 --- a/README.md +++ b/README.md @@ -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** diff --git a/marv/conf.lua b/marv/conf.lua index 04191495..428b60d5 100644 --- a/marv/conf.lua +++ b/marv/conf.lua @@ -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 = "marvellous.amoeba@gmail.com", -- Your email (string) description = "Zachlike with an immersive storyline told through emails.", -- The project description (string) diff --git a/marv/setup.lua b/marv/setup.lua index 23e352e9..f28ee3f5 100644 --- a/marv/setup.lua +++ b/marv/setup.lua @@ -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