Skip to content

Commit

Permalink
Fixed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JKalash committed Aug 12, 2016
1 parent 4aadc88 commit 7651dcb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified iOS_SDK/Framework/OneSignal.framework/Versions/A/OneSignal
Binary file not shown.
Binary file modified iOS_SDK/Framework/OneSignal.framework/Versions/B/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 @@ -81,7 +81,7 @@

@implementation OneSignal

NSString* const ONESIGNAL_VERSION = @"020005";
NSString* const ONESIGNAL_VERSION = @"020007";

static bool registeredWithApple = false; //Has attempted to register for push notifications with Apple.
static OneSignalTrackIAP* trackIAPPurchase;
Expand Down

0 comments on commit 7651dcb

Please sign in to comment.