Skip to content

Commit

Permalink
Release 4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Oct 13, 2023
1 parent fa01420 commit 960bcb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SourceCode/Private/Core/Properties/USRVSdkProperties.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
NSString *const kUnityServicesLocalStorageFilePrefix = @"UnityAdsStorage-";
NSString *const kUnityServicesWebviewBranchInfoDictionaryKey = @"UADSWebviewBranch";
NSString *const kUnityServicesWebviewConfigInfoDictionaryKey = @"UADSWebviewConfig";
NSString *const kUnityServicesVersionName = @"4.9.0";
NSString *const kUnityServicesVersionName = @"4.9.1";
NSString *const kUnityServicesFlavorDebug = @"debug";
NSString *const kUnityServicesFlavorRelease = @"release";
NSString *const kChinaIsoAlpha2Code = @"CN";
NSString *const kChinaIsoAlpha3Code = @"CHN";
int const kUnityServicesVersionCode = 4900;
int const kUnityServicesVersionCode = 4910;

@implementation USRVSdkProperties

Expand Down
4 changes: 2 additions & 2 deletions UnityAds.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'UnityAds'
s.version = '4.9.0'
s.version = '4.9.1'
s.license = { :type => 'Unity License', :file => 'LICENSE' }
s.author = { 'UnityAds' => '[email protected]' }
s.homepage = 'https://unity3d.com/services/ads'
s.summary = 'Monetize your entire player base and reach new audiences with video ads.'
s.platform = :ios
s.source = { :http => 'https://github.com/Unity-Technologies/unity-ads-ios/releases/download/4.9.0/UnityAds.zip' }
s.source = { :http => 'https://github.com/Unity-Technologies/unity-ads-ios/releases/download/4.9.1/UnityAds.zip' }
s.ios.deployment_target = '9.0'
s.ios.vendored_frameworks = 'UnityAds.xcframework'
s.swift_version = '5.0'
Expand Down

0 comments on commit 960bcb1

Please sign in to comment.