Skip to content

Commit

Permalink
Version bump: 1.2.0 (Improved bundle syncing, track operation crash…
Browse files Browse the repository at this point in the history
… fix, Carthage warning fix)
  • Loading branch information
rsattar committed Jan 20, 2016
1 parent 0c02bc4 commit 43c0d2b
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.4"
s.version = "1.2.0"
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.4"
#define LAUNCHKIT_VERSION @"1.2.0"

#pragma mark - LKConfig Convenience Functions

Expand Down

0 comments on commit 43c0d2b

Please sign in to comment.