Skip to content

Commit

Permalink
Bumped app version to 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ihityouback committed Jun 1, 2022
1 parent ed49ee9 commit 200ffb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = '1.17.1'
s.version = '1.17.2'
s.summary = 'Adapty SDK for iOS.'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Adapty/Classes/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ enum Constants {
}

enum Versions {
static let SDKVersion = "1.17.1"
static let SDKVersion = "1.17.2"
static let SDKBuild = 1
}

Expand Down

0 comments on commit 200ffb2

Please sign in to comment.