Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Feb 17, 2019
1 parent b41d210 commit bb6f0ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TrustKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TrustKit"
s.version = "1.6.0"
s.version = "1.6.1"
s.summary = 'TrustKit is an open source framework that makes it easy to deploy SSL pinning in any iOS, macOS, tvOS or watchOS App.'
s.homepage = "https://datatheorem.github.io/TrustKit"
s.documentation_url = 'https://datatheorem.github.io/TrustKit/documentation/'
Expand Down
2 changes: 1 addition & 1 deletion TrustKit/TSKTrustKitConfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#import "TSKTrustKitConfig.h"

NSString * const TrustKitVersion = @"1.6.0";
NSString * const TrustKitVersion = @"1.6.1";

// General keys
const TSKGlobalConfigurationKey kTSKSwizzleNetworkDelegates = @"TSKSwizzleNetworkDelegates";
Expand Down

0 comments on commit bb6f0ff

Please sign in to comment.