Skip to content

Commit

Permalink
Release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Sep 17, 2023
1 parent 9a27652 commit 42ab29b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# teeworlds_network

Version v0.0.1
Version v0.0.2

## Classes

Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# frozen_string_literal: true

TEEWORLDS_NETWORK_VERSION = 'v0.0.1'
TEEWORLDS_NETWORK_VERSION = 'v0.0.2'
2 changes: 1 addition & 1 deletion teeworlds_network.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 'rake'

Gem::Specification.new do |s|
s.name = 'teeworlds_network'
s.version = '0.0.1'
s.version = '0.0.2'
s.summary = 'teeworlds 0.7 network protocol (client and server)'
s.description = <<-DESC
A library wrapping the network protocol of the game teeworlds.
Expand Down

0 comments on commit 42ab29b

Please sign in to comment.