Skip to content

Commit

Permalink
Merge pull request #539 from qonversion/release/5.12.2
Browse files Browse the repository at this point in the history
Release 5.12.2
  • Loading branch information
suriksarkisyan authored Sep 9, 2024
2 parents a4487d2 + ffbbd17 commit c3391fe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Framework/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>5.12.1</string>
<string>5.12.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Qonversion.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
idfa_exclude_files = ['Sources/Qonversion/IDFA']
s.name = 'Qonversion'
s.swift_version = '5.5'
s.version = '5.12.1'
s.version = '5.12.2'
s.summary = 'qonversion.io'
s.description = <<-DESC
Deep Analytics for iOS Subscriptions
Expand Down
2 changes: 1 addition & 1 deletion Sources/Qonversion/Public/QONConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import "QONConfiguration.h"
#import "QNAPIConstants.h"

static NSString *const kSDKVersion = @"5.12.1";
static NSString *const kSDKVersion = @"5.12.2";

@interface QONConfiguration ()

Expand Down
4 changes: 2 additions & 2 deletions fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@



<testcase classname="fastlane.lanes" name="0: update_plist" time="0.021743">
<testcase classname="fastlane.lanes" name="0: update_plist" time="0.007243">

</testcase>


<testcase classname="fastlane.lanes" name="1: version_bump_podspec" time="0.001871">
<testcase classname="fastlane.lanes" name="1: version_bump_podspec" time="0.000652">

</testcase>

Expand Down

0 comments on commit c3391fe

Please sign in to comment.