From 1c27c1eb8799518874450d45bbe364e8559f46ca Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Sun, 17 Sep 2023 18:23:10 +0200 Subject: [PATCH] Release v0.0.3 --- 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 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.