diff --git a/BinaryProjects/AppNexusSDK/Info.plist b/BinaryProjects/AppNexusSDK/Info.plist index d0e775285..6f32fa752 100644 --- a/BinaryProjects/AppNexusSDK/Info.plist +++ b/BinaryProjects/AppNexusSDK/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.3 + 4.4.2 CFBundleSignature ???? CFBundleVersion diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 16462637c..95623026a 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,8 @@ +## 4.4.2 +### Bug Fixes ++ MS-3200 - Fixed ANLocalizations overriding parent app localizations + + ## 4.4.1 ### Bug Fixes + MS-3197 - Fixed a crash in Creative Id changeset diff --git a/sdk/internal/ANGlobal.h b/sdk/internal/ANGlobal.h index 5fd62b883..a7995d6ae 100644 --- a/sdk/internal/ANGlobal.h +++ b/sdk/internal/ANGlobal.h @@ -25,7 +25,7 @@ #define AN_ERROR_TABLE @"errors" #define AN_DEFAULT_PLACEMENT_ID @"default_placement_id" -#define AN_SDK_VERSION @"4.4.1" +#define AN_SDK_VERSION @"4.4.2" #define APPNEXUS_BANNER_SIZE CGSizeMake(320, 50) #define APPNEXUS_MEDIUM_RECT_SIZE CGSizeMake(300, 250)