From f6c57a31e5a4b3fd106a3f4a5178e814b84e4521 Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Sun, 17 Sep 2023 20:00:02 +0200 Subject: [PATCH] Release v0.0.6 --- docs/README.md | 2 +- lib/version.rb | 2 +- teeworlds_network.gemspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index dee16fc..7bb753d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,7 @@ # teeworlds_network -Version v0.0.5 +Version v0.0.6 ## Classes diff --git a/lib/version.rb b/lib/version.rb index a707bda..2ad121b 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,3 +1,3 @@ # frozen_string_literal: true -TEEWORLDS_NETWORK_VERSION = 'v0.0.5' +TEEWORLDS_NETWORK_VERSION = 'v0.0.6' diff --git a/teeworlds_network.gemspec b/teeworlds_network.gemspec index d853a74..d50e4be 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.5' + s.version = '0.0.6' s.summary = 'teeworlds 0.7 network protocol (client and server)' s.description = <<-DESC A library wrapping the network protocol of the game teeworlds.