Skip to content

Commit

Permalink
added release version (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppuviarasu authored Oct 9, 2018
1 parent 5616840 commit c2f2cfa
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.5"
s.version = "0.5.1"
s.summary = "PrebidMobile is a lightweight framework that integrates directly with Prebid Server."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion sdk/PrebidMobile/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>0.5</string>
<string>0.5.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#import "PBServerLocation.h"


static NSString *const kPrebidMobileVersion = @"0.5";
static NSString *const kPrebidMobileVersion = @"0.5.1";

@implementation PBServerRequestBuilder

Expand Down

0 comments on commit c2f2cfa

Please sign in to comment.