Skip to content

Commit 7a91c3f

Browse files
committed
Bumped to 13.1.3 and update CHANGELOG
1 parent 390f008 commit 7a91c3f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/health/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 13.1.3
2+
3+
* Fix [#1231](https://github.com/cph-cachet/flutter-plugins/issues/1231)
4+
15
## 13.1.2
26

37
* Fix [#1250](https://github.com/cph-cachet/flutter-plugins/issues/1250)

packages/health/ios/health.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'health'
6-
s.version = '13.1.2'
6+
s.version = '13.1.3'
77
s.summary = 'Wrapper for Apple\'s HealthKit on iOS and Google\'s Health Connect on Android.'
88
s.description = <<-DESC
99
Wrapper for Apple's HealthKit on iOS and Google's Health Connect on Android.

packages/health/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: health
22
description: Wrapper for Apple's HealthKit on iOS and Google's Health Connect on Android.
3-
version: 13.1.2
3+
version: 13.1.3
44
homepage: https://github.com/cph-cachet/flutter-plugins/tree/master/packages/health
55

66
environment:

0 commit comments

Comments
 (0)