diff --git a/README.md b/README.md index 5150bb18..29d7ce95 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.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** diff --git a/marv/conf.lua b/marv/conf.lua index ed2df568..7d68bce4 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.2.0", -- The project version + version = "1.2.1", -- 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 f7d7a3bf..9b752ad3 100644 --- a/marv/setup.lua +++ b/marv/setup.lua @@ -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