Skip to content

Commit dedb758

Browse files
committed
1.3.1 preps
1 parent 0db351f commit dedb758

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.idea/libraries/Flutter_Plugins.xml

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.3.1] - 28.05.2021
2+
3+
* Fix with error objects coming from Swift
4+
15
## [1.3.0] - 18.04.2021
26

37
* Fix with reinitilizing subscriptions for Events

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A Flutter wrapper for [HealthKitReporter](https://cocoapods.org/pods/HealthKitRe
1616
- Add this to your package's pubspec.yaml file:
1717
``` Dart
1818
dependencies:
19-
health_kit_reporter: ^1.3.0
19+
health_kit_reporter: ^1.3.1
2020
```
2121
- Get dependencies
2222

ios/health_kit_reporter.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'health_kit_reporter'
7-
s.version = '1.3.0'
7+
s.version = '1.3.1'
88
s.summary = 'HealthKitReporter. A wrapper for HealthKit framework. A Flutter plugin'
99
s.swift_versions = '5.3'
1010
s.description = 'Helps to write or read data from Apple Health via HealthKit framework using Flutter.'

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: health_kit_reporter
22
description: Helps to write or read data from Apple Health via HealthKit framework.
3-
version: 1.3.0
3+
version: 1.3.1
44
homepage: https://github.com/VictorKachalov/health_kit_reporter
55

66
environment:

0 commit comments

Comments
 (0)