increase version number

This commit is contained in:
duncathan 2020-03-13 02:23:17 -06:00
parent 763d43cd4b
commit 77ee541c56
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -36,7 +36,7 @@ function love.conf(t)
-- This is the name of your game's executable.
package = 'Cave Story Randomizer',
loveVersion = '11.2',
version = 'v2.0-RC2',
version = 'v2.0',
author = 'duncathan',
email = 'dunc@duncathan.com',
description = 'A randomizer for Cave Story',

View File

@ -1,6 +1,6 @@
require 'lib.strict'
VERSION = '2.0-RC3'
VERSION = '2.0'
CSVERSION = 2
Class = require 'lib.classic'