Skip to content

Commit

Permalink
Merge pull request #326 from qonversion/release/2.21.2
Browse files Browse the repository at this point in the history
Bump version to 2.21.2
  • Loading branch information
suriksarkisyan authored Jan 20, 2023
2 parents a709f3f + d0b5acc commit 796e070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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>2.21.1</string>
<string>2.21.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 @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
excluded_files = ['Sources/Qonversion/Automations', 'Sources/Qonversion/Public/QONAutomations*.{h,m}', 'Sources/Qonversion/Public/QONActionResult.{h,m}']
idfa_exclude_files = ['Sources/Qonversion/IDFA']
s.name = 'Qonversion'
s.version = '2.21.1'
s.version = '2.21.2'
s.summary = 'qonversion.io'
s.description = <<-DESC
Deep Analytics for iOS Subscriptions
Expand Down
2 changes: 1 addition & 1 deletion Sources/Qonversion/Public/QNConstants.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import "QNConstants.h"

NSString *const keyQVersion = @"2.21.1";
NSString *const keyQVersion = @"2.21.2";
NSString *const keyQUnknownLibrary = @"unknown";
NSString *const keyQUnknownVersion = @"unknown";
NSString *const keyQInternalUserID = @"keyQInternalUserID";
Expand Down

0 comments on commit 796e070

Please sign in to comment.