mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-11-08 16:04:30 +00:00
increase version number
This commit is contained in:
parent
763d43cd4b
commit
77ee541c56
Binary file not shown.
|
@ -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',
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require 'lib.strict'
|
||||
|
||||
VERSION = '2.0-RC3'
|
||||
VERSION = '2.0'
|
||||
CSVERSION = 2
|
||||
|
||||
Class = require 'lib.classic'
|
||||
|
|
Loading…
Reference in a new issue