Skip to content

Commit

Permalink
1.3.1 preps
Browse files Browse the repository at this point in the history
  • Loading branch information
kvs-coder committed May 28, 2021
1 parent 0db351f commit dedb758
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .idea/libraries/Flutter_Plugins.xml

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

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.3.1] - 28.05.2021

* Fix with error objects coming from Swift

## [1.3.0] - 18.04.2021

* Fix with reinitilizing subscriptions for Events
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A Flutter wrapper for [HealthKitReporter](https://cocoapods.org/pods/HealthKitRe
- Add this to your package's pubspec.yaml file:
``` Dart
dependencies:
health_kit_reporter: ^1.3.0
health_kit_reporter: ^1.3.1
```
- Get dependencies

Expand Down
2 changes: 1 addition & 1 deletion ios/health_kit_reporter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'health_kit_reporter'
s.version = '1.3.0'
s.version = '1.3.1'
s.summary = 'HealthKitReporter. A wrapper for HealthKit framework. A Flutter plugin'
s.swift_versions = '5.3'
s.description = 'Helps to write or read data from Apple Health via HealthKit framework using Flutter.'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: health_kit_reporter
description: Helps to write or read data from Apple Health via HealthKit framework.
version: 1.3.0
version: 1.3.1
homepage: https://github.com/VictorKachalov/health_kit_reporter

environment:
Expand Down

0 comments on commit dedb758

Please sign in to comment.