From 32ab1ebb759b0b256488103327c05257a9fdeabc Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Sun, 17 Sep 2023 19:50:49 +0200 Subject: [PATCH] Release v0.0.5 --- 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 db90f74..dee16fc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,7 +2,7 @@ # teeworlds_network -Version v0.0.4 +Version v0.0.5 ## Classes diff --git a/lib/version.rb b/lib/version.rb index c50cf03..a707bda 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,3 +1,3 @@ # frozen_string_literal: true -TEEWORLDS_NETWORK_VERSION = 'v0.0.4' +TEEWORLDS_NETWORK_VERSION = 'v0.0.5' diff --git a/teeworlds_network.gemspec b/teeworlds_network.gemspec index dd0464e..d853a74 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.4' + s.version = '0.0.5' s.summary = 'teeworlds 0.7 network protocol (client and server)' s.description = <<-DESC A library wrapping the network protocol of the game teeworlds.