Skip to content

Commit

Permalink
bump to version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pkyeck committed Nov 18, 2013
1 parent f2f5134 commit 2af028d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion SocketIO.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIO.h
// v0.4.0.1 ARC
// v0.4.1 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIO.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIO.m
// v0.4.0.1 ARC
// v0.4.1 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOJSONSerialization.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOJSONSerialization.h
// v0.4.0.1 ARC
// v0.4.1 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOJSONSerialization.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOJSONSerialization.m
// v0.4.0.1 ARC
// v0.4.1 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOPacket.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOPacket.h
// v0.4.0.1 ARC
// v0.4.1 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOPacket.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOPacket.h
// v0.4.0.1 ARC
// v0.4.1 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOTransport.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOTransport.h
// v0.4.0.1 ARC
// v0.4.1 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOTransportWebsocket.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOTransportWebsocket.h
// v0.4.0.1 ARC
// v0.4.1 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOTransportWebsocket.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOTransportWebsocket.m
// v0.4.0.1 ARC
// v0.4.1 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOTransportXHR.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOTransportXHR.h
// v0.4.0.1 ARC
// v0.4.1 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down
2 changes: 1 addition & 1 deletion SocketIOTransportXHR.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SocketIOTransportXHR.m
// v0.4.0.1 ARC
// v0.4.1 ARC
//
// based on
// socketio-cocoa https://github.com/fpotter/socketio-cocoa
Expand Down

0 comments on commit 2af028d

Please sign in to comment.