Skip to content

Commit

Permalink
Increased app version to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ihityouback committed Apr 29, 2022
1 parent 25e1167 commit 83e1f0d
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.12'
s.version = '1.17.0'
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.12"
static let SDKVersion = "1.17.0"
static let SDKBuild = 1
}

Expand Down

0 comments on commit 83e1f0d

Please sign in to comment.