Skip to content

Commit

Permalink
2.3.4 release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jkasten2 committed Dec 16, 2016
1 parent c184c4d commit 7586aef
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.3"
s.version = "2.3.4"
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 = @"020303";
NSString* const ONESIGNAL_VERSION = @"020304";
static NSString* mSDKType = @"native";
static BOOL coldStartFromTapOnNotification = NO;

Expand Down

0 comments on commit 7586aef

Please sign in to comment.