Skip to content

Commit a5d9445

Browse files
committed
Version bump to 0.0.2
1 parent 91b97e6 commit a5d9445

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/socket.io/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SocketIo
2-
VERSION = "0.0.1"
2+
VERSION = "0.0.2"
33
end

socket.io.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
55
s.name = 'socket.io'
66
s.version = SocketIo::VERSION
77
s.platform = Gem::Platform::RUBY
8-
s.date = '2011-11-21'
8+
s.date = "2011-11-22"
99
s.authors = ['Derek Kastner']
1010
s.email = '[email protected]'
1111
s.homepage = 'http://github.com/dkastner/socket.io-ruby'

0 commit comments

Comments
 (0)