Skip to content

Commit

Permalink
Version bump: 1.1.4 (Carthage fix, less logging)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsattar committed Dec 14, 2015
1 parent b7896ef commit 78fafe3
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.3"
s.version = "1.1.4"
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.3"
#define LAUNCHKIT_VERSION @"1.1.4"

#pragma mark - LKConfig Convenience Functions

Expand Down

0 comments on commit 78fafe3

Please sign in to comment.