Release v0.0.5
This commit is contained in:
parent
a5d24cb2c6
commit
32ab1ebb75
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# teeworlds_network
|
# teeworlds_network
|
||||||
|
|
||||||
Version v0.0.4
|
Version v0.0.5
|
||||||
|
|
||||||
## Classes
|
## Classes
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
TEEWORLDS_NETWORK_VERSION = 'v0.0.4'
|
TEEWORLDS_NETWORK_VERSION = 'v0.0.5'
|
||||||
|
|
|
@ -4,7 +4,7 @@ require 'rake'
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'teeworlds_network'
|
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.summary = 'teeworlds 0.7 network protocol (client and server)'
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
A library wrapping the network protocol of the game teeworlds.
|
A library wrapping the network protocol of the game teeworlds.
|
||||||
|
|
Loading…
Reference in a new issue