diff --git a/CHANGELOG.md b/CHANGELOG.md index a45bf02..ef4c70c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.10 + +Another fix to the ios build issue. + ## 1.0.9 Fix up the issue with the ios build. diff --git a/example/pubspec.yaml b/example/pubspec.yaml index c890373..30f66cf 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,5 +1,5 @@ -name: example -description: A new Flutter project. +name: flutter_native_timezone_example +description: A new example flutter project. # The following line prevents the package from being accidentally published to # pub.dev using `pub publish`. This is preferred for private packages. diff --git a/pubspec.yaml b/pubspec.yaml index 75890cc..2f5be86 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_native_timezone description: A flutter plugin for getting the local timezone of the os. -version: 1.0.9 +version: 1.0.10 homepage: https://github.com/pinkfish/flutter_native_timezone environment: