Skip to content

Commit

Permalink
Merge pull request #16 from prebid/release-0.0.3
Browse files Browse the repository at this point in the history
Update podspec & version constant to 0.0.3 in Prebid Mobile for release
  • Loading branch information
nhedley authored Aug 30, 2017
2 parents 503f6f7 + c683df7 commit 62fb21c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PrebidMobile.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PrebidMobile"
s.version = "0.0.2"
s.version = "0.0.3"
s.summary = "PrebidMobile is a lightweight framework that integrates directly with Prebid Server."

s.description = <<-DESC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#import <XCTest/XCTest.h>
#import "PBServerAdapter.h"

static NSString *const kPrebidMobileVersion = @"0.0.2";
static NSString *const kPrebidMobileVersion = @"0.0.3";

@interface PBServerAdapter (Testing)

Expand Down
2 changes: 1 addition & 1 deletion sdk/PrebidServerAdapter/PBServerAdapter.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

static NSString *const kAPNAdServerResponseKeyNoBid = @"nobid";
static NSString *const kAPNAdServerResponseKeyUUID = @"uuid";
static NSString *const kPrebidMobileVersion = @"0.0.2";
static NSString *const kPrebidMobileVersion = @"0.0.3";

@interface PBServerAdapter ()

Expand Down

0 comments on commit 62fb21c

Please sign in to comment.