Skip to content

Commit

Permalink
Release 4.8.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tulushev committed Mar 22, 2021
1 parent 8c76f28 commit f6edb8e
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.7.0"
spec.version = "4.8.0-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.7.0"
let version = "4.8.0-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: "34462f98c6b4e69f72b8c10548604f5d494790cfef7a37e160c308601bbaee61"
checksum: "175e50ff3165c19514eaf73cb58752cb3c89af37a1235ae286d8869694a8ceba"
)
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit f6edb8e

Please sign in to comment.