Skip to content

Commit

Permalink
Version bump to: 1.1.1 (NSNull fix, unwind segue)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsattar committed Dec 7, 2015
1 parent 2472d81 commit d1518e2
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.0"
s.version = "1.1.1"
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.0.5"
#define LAUNCHKIT_VERSION @"1.1.1"

#pragma mark - LKConfig Convenience Functions

Expand Down

0 comments on commit d1518e2

Please sign in to comment.