Skip to content

Commit

Permalink
Merge pull request #33 from fingerprintjs/version/2.4.0
Browse files Browse the repository at this point in the history
Version 2.4.0
  • Loading branch information
mgutski committed Jan 29, 2024
2 parents e469a1d + 4bbc4ff commit 0114c46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions FingerprintPro.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
# Name and version
spec.name = 'FingerprintPro'
spec.version = '2.3.2'
spec.version = '2.4.0'

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

spec.vendored_frameworks = 'FingerprintPro.xcframework'

checksum = "83ac4f50a7a2390482291268298b58cd4f683a46de61d5e2159e5a0e9711a891"
checksum = "af5b73cd297aa2c939b3d300fd0e8d384142712b61f4fba811bb79f64db693e5"

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

import PackageDescription

let checksum = "83ac4f50a7a2390482291268298b58cd4f683a46de61d5e2159e5a0e9711a891"
let version = "2.3.2"
let checksum = "af5b73cd297aa2c939b3d300fd0e8d384142712b61f4fba811bb79f64db693e5"
let version = "2.4.0"

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

0 comments on commit 0114c46

Please sign in to comment.