Skip to content

Commit

Permalink
Podspec version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgutski authored Sep 27, 2023
1 parent 9156cae commit 92c2198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FingerprintJS.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 = 'FingerprintJS'
spec.version = '1.4.0'
spec.version = '1.4.1'

# License
spec.license = { type: 'MIT', file: 'LICENSE' }
Expand Down Expand Up @@ -29,7 +29,7 @@ Pod::Spec.new do |spec|
# Build (deployment target, Swift versions)
spec.ios.deployment_target = '12.0'
spec.tvos.deployment_target = '12.0'
spec.swift_versions = ['5.7', '5.8']
spec.swift_versions = ['5.7', '5.8', '5.9']
spec.default_subspec = 'Core'

# Core
Expand Down

0 comments on commit 92c2198

Please sign in to comment.