Skip to content

Commit

Permalink
Release 4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ferologics committed Sep 23, 2022
1 parent f21a9c2 commit d666e6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.12.4] - 2022-09-23
### Changed
- If the user simulates locations when it's prohibited, the SDK still passes real locations through if there are any.

## [4.12.4] - 2022-07-08
### Fixed
- Setting availability now immediately reflects in availability getter
Expand Down
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.12.4"
spec.version = "4.13.0"
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.12.4"
let version = "4.13.0"

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: "26a526a5dbcb4677811f1f3dd74d91e727ddda128ecb757da06cd9aaa25c811a"
checksum: "061831ade55a5435c56475270e68fc8c29a38bf174a3c21b0ca95fb3bd7d01fe"
)
],
swiftLanguageVersions: [.v5]
Expand Down

0 comments on commit d666e6a

Please sign in to comment.