Skip to content

Commit

Permalink
Release 4.9.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tulushev committed Jan 10, 2022
1 parent 70ed235 commit 9d58fae
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"
spec.version = "4.9.1-rc.1"
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"
let version = "4.9.1-rc.1"

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: "fe970265f582207e960ba19bbe96ab60b12f5bdacdd5142449aa5f4d4cd4545b"
checksum: "6933713799e47300276b78a461c9a9a87a4d381c7656c4200d1f48801be44285"
)
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit 9d58fae

Please sign in to comment.