Skip to content

Commit

Permalink
Release 4.9.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tulushev committed Dec 23, 2021
1 parent c5b89ac commit fb13c15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HyperTrack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|

# Root specification
spec.name = "HyperTrack"
spec.version = "4.9.0-rc.2"
spec.version = "4.9.0-rc.3"
spec.summary = "A Movement tracking SDK for iOS"
spec.description = "HyperTrack is a Movement tracking SDK"
spec.license = { :type => "Copyright", :text => "Copyright (c) 2020 HyperTrack, Inc. (https://www.hypertrack.com)" }
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import PackageDescription

let name = "HyperTrack"
let version = "4.9.0-rc.2"
let version = "4.9.0-rc.3"

let package = Package(
name: name,
Expand All @@ -13,7 +13,7 @@ let package = Package(
.binaryTarget(
name: name,
url: "https://github.com/hypertrack/sdk-ios/releases/download/\(version)/\(name).xcframework.zip",
checksum: "1bfe70e9fdc2b2c7f6f0fa1757f939bc18a74d0b0fcbfb4e18238fff057e3e41"
checksum: "3610610dd3be1797e80562b935dad13c93ec5c1bc3fec2169dcf52c8061ac2ec"
)
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit fb13c15

Please sign in to comment.