Skip to content

Commit

Permalink
Merge pull request #32 from fingerprintjs/version/2.3.2
Browse files Browse the repository at this point in the history
Version 2.3.2
  • Loading branch information
mgutski authored Dec 26, 2023
2 parents 629cce5 + ad83ff5 commit e469a1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions FingerprintPro.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
# Name and version
spec.name = 'FingerprintPro'
spec.version = '2.3.1'
spec.version = '2.3.2'

# License
spec.license = { type: 'Custom', file: 'LICENSE' }
Expand All @@ -28,9 +28,9 @@ Pod::Spec.new do |spec|

spec.vendored_frameworks = 'FingerprintPro.xcframework'

checksum = "8453335eb7f0da48db44f9a517b80e62b82d8e845044fbe4df9fdb47bd15c7c6"
checksum = "83ac4f50a7a2390482291268298b58cd4f683a46de61d5e2159e5a0e9711a891"

spec.source = {
spec.source = {
:http => "https://fpjs-public.s3.amazonaws.com/ios/#{spec.version}/FingerprintPro-#{spec.version}-#{checksum}.xcframework.zip"
}
}
end
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import PackageDescription

let checksum = "8453335eb7f0da48db44f9a517b80e62b82d8e845044fbe4df9fdb47bd15c7c6"
let version = "2.3.1"
let checksum = "83ac4f50a7a2390482291268298b58cd4f683a46de61d5e2159e5a0e9711a891"
let version = "2.3.2"

let package = Package(
name: "FingerprintPro",
Expand Down

0 comments on commit e469a1d

Please sign in to comment.