Skip to content

Commit

Permalink
Release 4.9.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tulushev committed Dec 22, 2021
1 parent 70a1c69 commit c5b89ac
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-devpoc"
spec.version = "4.9.0-rc.2"
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-devpoc"
let version = "4.9.0-rc.2"

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: "3c8d922a087f7d2a36db626a250480b9b2555f0e540104cfc6e4af2f19b42741"
checksum: "1bfe70e9fdc2b2c7f6f0fa1757f939bc18a74d0b0fcbfb4e18238fff057e3e41"
)
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit c5b89ac

Please sign in to comment.