Skip to content

Commit

Permalink
Bumped app version to 1.16.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ihityouback committed Dec 15, 2021
1 parent ed051ed commit e7faaa8
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.7'
s.version = '1.16.8'
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.7"
static let SDKVersion = "1.16.8"
static let SDKBuild = 1
}

Expand Down

0 comments on commit e7faaa8

Please sign in to comment.