Skip to content

Commit

Permalink
Updated Hoko version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbruel committed Sep 28, 2015
1 parent 31335f0 commit 803fed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Hoko.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Hoko'
s.version = '2.3'
s.version = '2.3.0'
s.platform = :ios, '5.0'
s.license = 'Apache'
s.summary = 'Connect all your platforms with a single link with HOKO deep linking technology'
Expand Down
2 changes: 1 addition & 1 deletion Hoko/Hoko.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#import "HOKDeeplinking+Private.h"
#import "HOKNetworkOperationQueue.h"

NSString *const HokoVersion = @"2.3";
NSString *const HokoVersion = @"2.3.0";

@interface Hoko ()

Expand Down

0 comments on commit 803fed5

Please sign in to comment.