Skip to content

Commit 960bcb1

Browse files
runnerrunner
runner
authored and
runner
committed
Release 4.9.1
1 parent fa01420 commit 960bcb1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SourceCode/Private/Core/Properties/USRVSdkProperties.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
NSString *const kUnityServicesLocalStorageFilePrefix = @"UnityAdsStorage-";
1212
NSString *const kUnityServicesWebviewBranchInfoDictionaryKey = @"UADSWebviewBranch";
1313
NSString *const kUnityServicesWebviewConfigInfoDictionaryKey = @"UADSWebviewConfig";
14-
NSString *const kUnityServicesVersionName = @"4.9.0";
14+
NSString *const kUnityServicesVersionName = @"4.9.1";
1515
NSString *const kUnityServicesFlavorDebug = @"debug";
1616
NSString *const kUnityServicesFlavorRelease = @"release";
1717
NSString *const kChinaIsoAlpha2Code = @"CN";
1818
NSString *const kChinaIsoAlpha3Code = @"CHN";
19-
int const kUnityServicesVersionCode = 4900;
19+
int const kUnityServicesVersionCode = 4910;
2020

2121
@implementation USRVSdkProperties
2222

UnityAds.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'UnityAds'
3-
s.version = '4.9.0'
3+
s.version = '4.9.1'
44
s.license = { :type => 'Unity License', :file => 'LICENSE' }
55
s.author = { 'UnityAds' => 'itunes@unity3d.com' }
66
s.homepage = 'https://unity3d.com/services/ads'
77
s.summary = 'Monetize your entire player base and reach new audiences with video ads.'
88
s.platform = :ios
9-
s.source = { :http => 'https://github.com/Unity-Technologies/unity-ads-ios/releases/download/4.9.0/UnityAds.zip' }
9+
s.source = { :http => 'https://github.com/Unity-Technologies/unity-ads-ios/releases/download/4.9.1/UnityAds.zip' }
1010
s.ios.deployment_target = '9.0'
1111
s.ios.vendored_frameworks = 'UnityAds.xcframework'
1212
s.swift_version = '5.0'

0 commit comments

Comments
 (0)