Release v0.0.3

This commit is contained in:
ChillerDragon 2023-09-17 18:23:10 +02:00
parent a739190383
commit 1c27c1eb87
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# teeworlds_network
Version v0.0.2
Version v0.0.3
## Classes

View file

@ -1,3 +1,3 @@
# frozen_string_literal: true
TEEWORLDS_NETWORK_VERSION = 'v0.0.2'
TEEWORLDS_NETWORK_VERSION = 'v0.0.3'

View file

@ -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.