Skip to content

Commit

Permalink
Release 1.0.17+29
Browse files Browse the repository at this point in the history
  • Loading branch information
kmac committed Jun 20, 2021
1 parent a14c585 commit 49480aa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.17
- Issue #32: Fix crash on earlier android versions caused by flutter_native_timezone

# 1.0.16
- 'Bell' configuration menu is now called 'Sound'
- Add ability to select media channel for notification sound (Issue 31):
Expand Down
2 changes: 2 additions & 0 deletions metadata/en-US/changelogs/29.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 1.0.17
- Issue #32: Fix crash on earlier android versions caused by flutter_native_timezone
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ packages:
name: flutter_native_timezone
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "2.0.0"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# This number is used only to determine whether one version is more recent than another,
# with higher numbers indicating more recent versions
# versionName: Customer-visible version string
version: 1.0.16+28
version: 1.0.17+29

environment:
sdk: ">=2.7.0 <3.0.0"
Expand All @@ -41,7 +41,7 @@ dependencies:
date_format: ^2.0.2
device_info: ^2.0.1
rxdart: ^0.26.0
flutter_native_timezone: ^1.1.0
flutter_native_timezone: ^2.0.0
shared_preferences: ^2.0.6
get: ^4.1.4
logger: ^1.0.0
Expand Down

0 comments on commit 49480aa

Please sign in to comment.