Update gems, bump version

This commit is contained in:
2024-01-18 14:29:09 -06:00
parent c4622fa563
commit b8cb9b9ab8
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ GEM
remote: https://rubygems.org/
specs:
cri (2.1.0)
cyberarm_engine (0.24.0)
cyberarm_engine (0.24.1)
excon (~> 0.88)
gosu (~> 1.1)
gosu_more_drawables (~> 0.3)
@@ -33,4 +33,4 @@ DEPENDENCIES
releasy!
BUNDLED WITH
2.4.3
2.5.3

View File

@@ -1,5 +1,5 @@
module TAC
NAME = "TimeCrafters Configuration Tool"
VERSION = "0.7.2"
RELEASE_NAME = "Beta"
VERSION = "0.8.0"
RELEASE_NAME = "2024-01-18" # ISO 8601 Date of version release
end