Skip to content

Commit

Permalink
Release 4.9.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tulushev committed Nov 18, 2021
1 parent 26bafa8 commit f026d8c
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.8.0"
spec.version = "4.9.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.8.0"
let version = "4.9.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: "81b8aa8a91574464553c3d39334e44bd3985f5bf90c66effb99c4b24e5b620fc"
checksum: "1b1c039928ca6e6457de79d95eb4432cd1c39db74207cf45327e28dea8ef1a0c"
)
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit f026d8c

Please sign in to comment.