diff --git a/docs/README.md b/docs/README.md index b400c13..072c810 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,7 @@ # teeworlds_network -Version v0.0.2 +Version v0.0.3 ## Classes diff --git a/lib/version.rb b/lib/version.rb index 904a5f6..6636d64 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,3 +1,3 @@ # frozen_string_literal: true -TEEWORLDS_NETWORK_VERSION = 'v0.0.2' +TEEWORLDS_NETWORK_VERSION = 'v0.0.3' diff --git a/teeworlds_network.gemspec b/teeworlds_network.gemspec index 1bf2660..1892428 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.2' + s.version = '0.0.3' s.summary = 'teeworlds 0.7 network protocol (client and server)' s.description = <<-DESC A library wrapping the network protocol of the game teeworlds.