Skip to content

Commit

Permalink
Merge pull request #275 from cph-cachet/develop
Browse files Browse the repository at this point in the history
upgrade to polar 3.4.0
  • Loading branch information
bardram committed Oct 31, 2022
2 parents 51ae56f + 73877c1 commit d08f184
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,4 @@ packages/carp_movisens_package/example/.flutter-plugins-dependencies
backends/carp_backend/.flutter-plugins-dependencies
carp_mobile_sensing/example/.flutter-plugins-dependencies
backends/carp_backend/.flutter-plugins-dependencies
packages/carp_polar_package/example/.flutter-plugins-dependencies
2 changes: 1 addition & 1 deletion carp_mobile_sensing/lib/runtime/client_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class SmartPhoneClientManager extends ClientManager
@mustCallSuper
void activate() {}

/// Called when this client mananger is being deactivated and potentially
/// Called when this client manager is being deactivated and potentially
/// stopped by the OS
///
/// Implementations of this method should start with a call to the inherited
Expand Down
4 changes: 4 additions & 0 deletions packages/carp_polar_package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.40.1

* upgrade to`polar` 3.4.0

## 0.40.0

* initial release based on `carp_mobile_sensing` v. 0.40.0
Loading

0 comments on commit d08f184

Please sign in to comment.