Skip to content

Commit 14e464f

Browse files
committed
1.4.5 preps
1 parent 2c48886 commit 14e464f

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.4.4] - 28.06.2021.
2+
3+
* Fix with minimum Operation System for iOS 10
4+
5+
## [1.4.4] - 27.05.2021.
6+
7+
* Swift package fix
8+
19
## [1.4.3] - 02.04.2021.
210

311
* Add Workout names

Example/HealthKitReporter.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@
529529
GCC_WARN_UNUSED_FUNCTION = YES;
530530
GCC_WARN_UNUSED_VARIABLE = YES;
531531
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
532-
MARKETING_VERSION = 1.4.3;
532+
MARKETING_VERSION = 1.4.5;
533533
MTL_ENABLE_DEBUG_INFO = YES;
534534
ONLY_ACTIVE_ARCH = YES;
535535
SDKROOT = iphoneos;
@@ -580,7 +580,7 @@
580580
GCC_WARN_UNUSED_FUNCTION = YES;
581581
GCC_WARN_UNUSED_VARIABLE = YES;
582582
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
583-
MARKETING_VERSION = 1.4.3;
583+
MARKETING_VERSION = 1.4.5;
584584
MTL_ENABLE_DEBUG_INFO = NO;
585585
SDKROOT = iphoneos;
586586
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

HealthKitReporter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'HealthKitReporter'
11-
s.version = '1.4.3'
11+
s.version = '1.4.5'
1212
s.summary = 'HealthKitReporter. A wrapper for HealthKit framework.'
1313
s.swift_versions = '5.3'
1414
s.description = 'Helps to write or read data from Apple Health via HealthKit framework.'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ To install it, simply add the following lines to your Package.swift file
315315

316316
```swift
317317
dependencies: [
318-
.package(url: "https://github.com/VictorKachalov/HealthKitReporter.git", from: "1.4.3")
318+
.package(url: "https://github.com/VictorKachalov/HealthKitReporter.git", from: "1.4.5")
319319
]
320320
```
321321

@@ -324,7 +324,7 @@ dependencies: [
324324
Add the line in your cartfile
325325

326326
```ruby
327-
github "VictorKachalov/HealthKitReporter" "1.4.3"
327+
github "VictorKachalov/HealthKitReporter" "1.4.5"
328328
```
329329

330330
## Author

0 commit comments

Comments
 (0)