Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
trshafer committed Apr 2, 2015
1 parent 142db75 commit 88affb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ following:

```ruby

pod 'cineio-peer-ios', '0.0.8'
pod 'cineio-peer-ios', '0.0.9'
```

Then, install the Pod by running the `pod install` command:
Expand Down
2 changes: 1 addition & 1 deletion cineio-peer-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "cineio-peer-ios"
s.version = "0.0.8"
s.version = "0.0.9"
s.summary = "cine.io Peer iOS SDK"
s.description = <<-DESC
iOS SDK for Peer to Peer using the cine.io API.
Expand Down
2 changes: 1 addition & 1 deletion cineio-peer-ios/cineio-peer-ios/CineSignalingConnection.m
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ - (void)send:(id)data
NSLog(@"send, action:%@", [data valueForKey:@"action"]);

NSMutableDictionary *dict = [[NSMutableDictionary alloc] init];
[dict setValue:@"cineio-peer-ios version-0.0.8" forKey:@"client"];
[dict setValue:@"cineio-peer-ios version-0.0.9" forKey:@"client"];
[dict setValue:[self.config getPublicKey] forKey:@"publicKey"];
[dict setValue:self.uuid forKey:@"uuid"];

Expand Down

0 comments on commit 88affb8

Please sign in to comment.