Skip to content

Commit

Permalink
Bumped app version to 1.16.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ihityouback committed Mar 22, 2022
1 parent fd0b839 commit c610910
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.16.9'
s.version = '1.16.10'
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.16.9"
static let SDKVersion = "1.16.10"
static let SDKBuild = 1
}

Expand Down

0 comments on commit c610910

Please sign in to comment.