diff --git a/docs/README.md b/docs/README.md index 5021b66..1d2d667 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,7 @@ # teeworlds_network -Version v0.0.3 +Version v0.0.4 ## Classes diff --git a/lib/version.rb b/lib/version.rb index 6636d64..c50cf03 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,3 +1,3 @@ # frozen_string_literal: true -TEEWORLDS_NETWORK_VERSION = 'v0.0.3' +TEEWORLDS_NETWORK_VERSION = 'v0.0.4' diff --git a/teeworlds_network.gemspec b/teeworlds_network.gemspec index 1892428..dd0464e 100644 --- a/teeworlds_network.gemspec +++ b/teeworlds_network.gemspec @@ -4,7 +4,7 @@ require 'rake' Gem::Specification.new do |s| s.name = 'teeworlds_network' - s.version = '0.0.3' + s.version = '0.0.4' s.summary = 'teeworlds 0.7 network protocol (client and server)' s.description = <<-DESC A library wrapping the network protocol of the game teeworlds.