mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-11-22 14:53:00 +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.
|
-- This is the name of your game's executable.
|
||||||
package = 'Cave Story Randomizer',
|
package = 'Cave Story Randomizer',
|
||||||
loveVersion = '11.2',
|
loveVersion = '11.2',
|
||||||
version = 'v2.0-RC2',
|
version = 'v2.0',
|
||||||
author = 'duncathan',
|
author = 'duncathan',
|
||||||
email = 'dunc@duncathan.com',
|
email = 'dunc@duncathan.com',
|
||||||
description = 'A randomizer for Cave Story',
|
description = 'A randomizer for Cave Story',
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
require 'lib.strict'
|
require 'lib.strict'
|
||||||
|
|
||||||
VERSION = '2.0-RC3'
|
VERSION = '2.0'
|
||||||
CSVERSION = 2
|
CSVERSION = 2
|
||||||
|
|
||||||
Class = require 'lib.classic'
|
Class = require 'lib.classic'
|
||||||
|
|
Loading…
Reference in a new issue