diff --git a/Gemfile.lock b/Gemfile.lock index ad7a98c..29dc3d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/lib/version.rb b/lib/version.rb index c0ce11b..999123f 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -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