Skip to content

Commit

Permalink
Updated README and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
terrhorn committed Nov 7, 2014
1 parent b0bc706 commit 8d204a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions KeenClient.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'KeenClient'
spec.version = '3.2.19'
spec.version = '3.2.20'
spec.license = { :type => 'MIT' }
spec.ios.deployment_target = '6.0'
spec.osx.deployment_target = '10.9'
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
spec.description = <<-DESC
The Keen client is designed to be simple to develop with, yet incredibly flexible. Our goal is to let you decide what events are important to you, use your own vocabulary to describe them, and decide when you want to send them to Keen service.
DESC
spec.source = { :git => 'https://github.com/keenlabs/KeenClient-iOS.git', :tag => '3.2.19' }
spec.source = { :git => 'https://github.com/keenlabs/KeenClient-iOS.git', :tag => '3.2.20' }
spec.source_files = 'KeenClient/*.{h,m}','Library/sqlite-amalgamation/*.{h,c}'
spec.public_header_files = 'KeenClient/*.h'
spec.private_header_files = 'Library/sqlite-amalgamation/*.h'
Expand Down
2 changes: 1 addition & 1 deletion KeenClient/KeenConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import <Foundation/Foundation.h>

#define kKeenSdkVersion @"3.2.19"
#define kKeenSdkVersion @"3.2.20"

extern NSString * const kKeenServerAddress;
extern NSString * const kKeenApiVersion;
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,8 @@ However, the next time they trigger the code that send events (e.g. backgroundin

### Changelog

##### 3.2.19
##### 3.2.20
+ Skipped 3.2.19 due to CocoaPods versioning issue.
+ Fixed semaphore_wait_trap issue caused by recursive calls of dispatch_sync.

##### 3.2.18
Expand Down

0 comments on commit 8d204a1

Please sign in to comment.