Skip to content

Commit

Permalink
fix tvOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzhi committed Sep 6, 2016
1 parent 1c45068 commit 7703db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Appboy-tvOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Appboy-tvOS-SDK"
s.version = "2.22.0"
s.version = "2.22.1"
s.summary = "This is the Appboy tvOS SDK for Mobile Marketing Automation"
s.homepage = "http://www.appboy.com"
s.license = { :type => 'Commercial', :text => 'Please refer to https://github.com/Appboy/appboy-ios-sdk/blob/master/LICENSE'}
Expand Down
2 changes: 1 addition & 1 deletion Appboy-tvOS-SDK/AppboyTVOSKit.framework/Headers/Appboy.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#import <UIKit/UIKit.h>

#ifndef APPBOY_SDK_VERSION
#define APPBOY_SDK_VERSION @"2.22.0"
#define APPBOY_SDK_VERSION @"2.22.1"
#endif

#if !TARGET_OS_TV
Expand Down

0 comments on commit 7703db1

Please sign in to comment.