Skip to content

Commit 8eb5681

Browse files
committed
1.5.3 preps
1 parent dc2af8e commit 8eb5681

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.5.3] - 05.09.2021.
2+
3+
* Sample app adjustments
4+
15
## [1.5.2] - 05.09.2021.
26

37
* Extension of Category types, add detail key-value to DTO

Example/HealthKitReporter.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
GCC_WARN_UNUSED_FUNCTION = YES;
474474
GCC_WARN_UNUSED_VARIABLE = YES;
475475
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
476-
MARKETING_VERSION = 1.5.2;
476+
MARKETING_VERSION = 1.5.3;
477477
MTL_ENABLE_DEBUG_INFO = YES;
478478
ONLY_ACTIVE_ARCH = YES;
479479
SDKROOT = iphoneos;
@@ -524,7 +524,7 @@
524524
GCC_WARN_UNUSED_FUNCTION = YES;
525525
GCC_WARN_UNUSED_VARIABLE = YES;
526526
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
527-
MARKETING_VERSION = 1.5.2;
527+
MARKETING_VERSION = 1.5.3;
528528
MTL_ENABLE_DEBUG_INFO = NO;
529529
SDKROOT = iphoneos;
530530
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.5.2'
11+
s.version = '1.5.3'
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ pod 'HealthKitReporter'
305305
or
306306

307307
```ruby
308-
pod 'HealthKitReporter', '~> 1.5.2'
308+
pod 'HealthKitReporter', '~> 1.5.3'
309309
```
310310

311311
### Swift Package Manager
@@ -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.5.2")
318+
.package(url: "https://github.com/VictorKachalov/HealthKitReporter.git", from: "1.5.3")
319319
]
320320
```
321321

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

326326
```ruby
327-
github "VictorKachalov/HealthKitReporter" "1.5.2"
327+
github "VictorKachalov/HealthKitReporter" "1.5.3"
328328
```
329329

330330
## Author

0 commit comments

Comments
 (0)