Skip to content

Commit

Permalink
2.3.5 release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jkasten2 committed Jan 14, 2017
1 parent f43ae88 commit 7c95fcb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OneSignal.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "OneSignal"
s.version = "2.3.4"
s.version = "2.3.5"
s.summary = "OneSignal push notification library for mobile apps."
s.homepage = "https://onesignal.com"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
Binary file modified iOS_SDK/Framework/OneSignal.framework/Versions/A/OneSignal
Binary file not shown.
2 changes: 1 addition & 1 deletion iOS_SDK/OneSignal/OneSignal.m
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

@implementation OneSignal

NSString* const ONESIGNAL_VERSION = @"020304";
NSString* const ONESIGNAL_VERSION = @"020305";
static NSString* mSDKType = @"native";
static BOOL coldStartFromTapOnNotification = NO;

Expand Down

0 comments on commit 7c95fcb

Please sign in to comment.