Skip to content

Commit

Permalink
Merge pull request #229 in MOBILE-SDK/app_mobile-sdk-ios from 2632018…
Browse files Browse the repository at this point in the history
…_mobile_sdk_ios_4.4.2 to master

Update SDK version 4.4.2

Squashed commit of the following:

commit 7b2718954d279c4ff7ff01c7907a1c6d88baf93d
Author: Abhishek Sharma <[email protected]>
Date:   Mon Mar 26 11:59:29 2018 -0400

    Update SDK version
  • Loading branch information
asharmaa committed Mar 26, 2018
1 parent b61d36b commit 2a7674b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BinaryProjects/AppNexusSDK/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.3</string>
<string>4.4.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
5 changes: 5 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/internal/ANGlobal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2a7674b

Please sign in to comment.