From 8796361e4fbfde0c8114b9f0a11faa616d9c062d Mon Sep 17 00:00:00 2001 From: Mark Ha Date: Wed, 14 May 2014 18:07:46 -0400 Subject: [PATCH] SDK Version 1.16 --- examples/AppNexusSDKApp/AppNexusSDKApp/AppNexusSDKApp.plist | 4 ++-- sdk/internal/ANGlobal.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/AppNexusSDKApp/AppNexusSDKApp/AppNexusSDKApp.plist b/examples/AppNexusSDKApp/AppNexusSDKApp/AppNexusSDKApp.plist index d432e908b..3e8b90171 100644 --- a/examples/AppNexusSDKApp/AppNexusSDKApp/AppNexusSDKApp.plist +++ b/examples/AppNexusSDKApp/AppNexusSDKApp/AppNexusSDKApp.plist @@ -21,7 +21,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.135 + 1.16 CFBundleSignature ???? CFBundleURLTypes @@ -36,7 +36,7 @@ CFBundleVersion - 7 + 8 LSRequiresIPhoneOS UIMainStoryboardFile diff --git a/sdk/internal/ANGlobal.h b/sdk/internal/ANGlobal.h index 7332d4a4e..3cf940de4 100644 --- a/sdk/internal/ANGlobal.h +++ b/sdk/internal/ANGlobal.h @@ -23,7 +23,7 @@ #define AN_ERROR_TABLE @"errors" #define AN_DEFAULT_PLACEMENT_ID @"default_placement_id" -#define AN_SDK_VERSION @"1.15" +#define AN_SDK_VERSION @"1.16" #define APPNEXUS_BANNER_SIZE CGSizeMake(320, 50) #define APPNEXUS_MEDIUM_RECT_SIZE CGSizeMake(300, 250)