Skip to content

Commit 84b02dc

Browse files
committed
Release 5.11.3
1 parent 53016a1 commit 84b02dc

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
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.3] - 2024-03-14
9+
10+
### Changed
11+
12+
- Fixes and improvements to SDK runtime efficiency
13+
814
## [5.11.2] - 2024-03-06
915

1016
### Fixed
@@ -652,6 +658,7 @@ We are excited to announce the release of HyperTrack iOS SDK 5.0.0, a major upda
652658

653659
- SDK now consumes less network data
654660

661+
[5.11.3]: https://github.com/hypertrack/sdk-ios/releases/tag/5.11.3
655662
[5.11.2]: https://github.com/hypertrack/sdk-ios/releases/tag/5.11.2
656663
[5.11.1]: https://github.com/hypertrack/sdk-ios/releases/tag/5.11.1
657664
[5.11.0]: https://github.com/hypertrack/sdk-ios/releases/tag/5.11.0

HyperTrack.podspec

+1-1
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.2"
5+
spec.version = "5.11.3"
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

+2-2
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.2"
6+
let version = "5.11.3"
77

88
let package = Package(
99
name: name,
@@ -14,7 +14,7 @@ let package = Package(
1414
name: name,
1515
url:
1616
"https://github.com/hypertrack/sdk-ios/releases/download/\(version)/\(name).xcframework.zip",
17-
checksum: "f3d17329e88280ba440472453ce6b5cfd4a40c4952080c4f4c5929abd2486dca"
17+
checksum: "9be38fee4a8200cfecf305f228ec682c904fd6de7ef49625ecc4fccef24b234b"
1818
)
1919
],
2020
swiftLanguageVersions: [.v5]

0 commit comments

Comments
 (0)