Skip to content

Commit 6491fbd

Browse files
committed
Release 5.11.1
1 parent 4b3d8f1 commit 6491fbd

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [5.11.1] - 2024-03-04
9+
10+
### Changed
11+
12+
- Fixes and improvements to SDK runtime efficiency
13+
814
## [5.11.0] - 2024-02-03
915

1016
### Changed
@@ -640,6 +646,7 @@ We are excited to announce the release of HyperTrack iOS SDK 5.0.0, a major upda
640646

641647
- SDK now consumes less network data
642648

649+
[5.11.1]: https://github.com/hypertrack/sdk-ios/releases/tag/5.11.1
643650
[5.11.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.11.0
644651
[5.10.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.10.0
645652
[5.9.1]: https://github.com/hypertrack/sdk-ios/releases/tag/5.9.1

HyperTrack.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
22

33
# Root specification
44
spec.name = "HyperTrack"
5-
spec.version = "5.11.0"
5+
spec.version = "5.11.1"
66
spec.summary = "A Movement tracking SDK for iOS"
77
spec.description = "HyperTrack is a Movement tracking SDK"
88
spec.license = { :type => "Copyright", :text => "Copyright (c) 2024 HyperTrack, Inc. (https://www.hypertrack.com)" }

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import PackageDescription
44

55
let name = "HyperTrack"
6-
let version = "5.11.0"
6+
let version = "5.11.1"
77

88
let package = Package(
99
name: name,
@@ -12,10 +12,10 @@ let package = Package(
1212
targets: [
1313
.binaryTarget(
1414
name: name,
15-
url: "https://github.com/hypertrack/sdk-ios/releases/download/\(version)/\(name).xcframework.zip",
16-
checksum: "316512d05c45e8f9835f9ef76ba8f1e60e346d154828898c00cfc5f5c38d85e9"
15+
url:
16+
"https://github.com/hypertrack/sdk-ios/releases/download/\(version)/\(name).xcframework.zip",
17+
checksum: "e8b299008cb1e25fa490dac10965a9e9913b227801662dc7482c0709d3833a14"
1718
)
1819
],
1920
swiftLanguageVersions: [.v5]
2021
)
21-

0 commit comments

Comments
 (0)