Skip to content

Commit

Permalink
update version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
x401om committed Jun 20, 2023
1 parent 74d01d6 commit 3b82c9b
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.5.0'
s.version = '2.5.1'
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.5.0</string>
<string>2.5.1</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,7 +8,7 @@
import Foundation

extension Adapty {
public static let SDKVersion = "2.5.0"
public static let SDKVersion = "2.5.1"

public static func setCrossPlatformSDK(version: String, name: String) {
Environment.CrossPlatformSDK.name = name
Expand Down

0 comments on commit 3b82c9b

Please sign in to comment.