Skip to content

Commit

Permalink
Bumped app version to 1.16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ihityouback committed Nov 20, 2021
1 parent 30b9876 commit f1fc4f1
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.4'
s.version = '1.16.6'
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.4"
static let SDKVersion = "1.16.6"
static let SDKBuild = 1
}

Expand Down

0 comments on commit f1fc4f1

Please sign in to comment.