Skip to content

Commit

Permalink
increment version to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
x401om committed Feb 17, 2023
1 parent d7ccd13 commit 8aa82ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Adapty.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Adapty'
s.version = '2.3.3'
s.version = '2.3.4'
s.summary = 'Adapty SDK for iOS.'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Examples/UIKit/Adapty/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.3.3</string>
<string>2.3.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Versions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
import Foundation

extension Adapty {
public static let SDKVersion = "2.3.3"
public static let SDKVersion = "2.3.4"
}

0 comments on commit 8aa82ff

Please sign in to comment.