Updated gosu version, bumped version

This commit is contained in:
2021-02-10 12:19:47 -06:00
parent e8bb2cac17
commit e9d75d17bf
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "clipboard", "~> 1.3.5"
spec.add_dependency "excon", "~> 0.78.0"
spec.add_dependency "gosu", "~> 1.0.0"
spec.add_dependency "gosu", "~> 1.1"
spec.add_dependency "gosu_more_drawables", "~> 0.3"
# spec.add_dependency "ffi", :platforms => [:mswin, :mingw] # Required by Clipboard on Windows

View File

@@ -1,4 +1,4 @@
module CyberarmEngine
NAME = "InDev".freeze
VERSION = "0.16.0".freeze
VERSION = "0.17.0".freeze
end