Skip to content

Commit

Permalink
1.6.0 preps
Browse files Browse the repository at this point in the history
  • Loading branch information
kvs-coder committed Oct 12, 2021
1 parent b8373ad commit cdf6fa9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.6.0] - 12.10.2021.

* heartbeatSeriesQuery changed as HeartbeatSeries now is a valid sample with a set of beat by beat measurements

## [1.5.3] - 05.09.2021.

* Sample app adjustments
Expand Down
4 changes: 2 additions & 2 deletions Example/HealthKitReporter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.5.3;
MARKETING_VERSION = 1.6.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -525,7 +525,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.5.3;
MARKETING_VERSION = 1.6.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion HealthKitReporter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'HealthKitReporter'
s.version = '1.5.3'
s.version = '1.6.0'
s.summary = 'HealthKitReporter. A wrapper for HealthKit framework.'
s.swift_versions = '5.3'
s.description = 'Helps to write or read data from Apple Health via HealthKit framework.'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ pod 'HealthKitReporter'
or

```ruby
pod 'HealthKitReporter', '~> 1.5.3'
pod 'HealthKitReporter', '~> 1.6.0'
```

### Swift Package Manager
Expand All @@ -315,7 +315,7 @@ To install it, simply add the following lines to your Package.swift file

```swift
dependencies: [
.package(url: "https://github.com/VictorKachalov/HealthKitReporter.git", from: "1.5.3")
.package(url: "https://github.com/VictorKachalov/HealthKitReporter.git", from: "1.6.0")
]
```

Expand All @@ -324,7 +324,7 @@ dependencies: [
Add the line in your cartfile

```ruby
github "VictorKachalov/HealthKitReporter" "1.5.3"
github "VictorKachalov/HealthKitReporter" "1.6.0"
```

## Author
Expand Down

0 comments on commit cdf6fa9

Please sign in to comment.