Skip to content

Commit

Permalink
Version bump: 1.1.3 (iOS 7 fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsattar committed Dec 11, 2015
1 parent 3d584ab commit 7d0c664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LaunchKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "LaunchKit"
s.version = "1.1.2"
s.version = "1.1.3"
s.summary = "Useful tools you need to launch your app."
s.description = <<-DESC
We provide tools for launching your app like
Expand Down
2 changes: 1 addition & 1 deletion LaunchKit/Classes/LaunchKitShared.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import "LKConfig.h"
#import "LKViewController.h"

#define LAUNCHKIT_VERSION @"1.1.2"
#define LAUNCHKIT_VERSION @"1.1.3"

#pragma mark - LKConfig Convenience Functions

Expand Down

0 comments on commit 7d0c664

Please sign in to comment.