diff --git a/CHANGELOG.md b/CHANGELOG.md index 28f6f84..f4e63db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.3 + +- Build fix for the issue [#7](https://github.com/oguzhnatly/flutter_carplay/issues/7) + ## 1.0.2+1 - Point Of Interest and Information Template added. Previews added to README.md. diff --git a/example/pubspec.lock b/example/pubspec.lock index 71fcc81..910c38b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -75,7 +75,7 @@ packages: path: ".." relative: true source: path - version: "1.0.2+1" + version: "1.0.3" flutter_lints: dependency: "direct dev" description: diff --git a/ios/flutter_carplay.podspec b/ios/flutter_carplay.podspec index 28619f7..4ddf2c6 100644 --- a/ios/flutter_carplay.podspec +++ b/ios/flutter_carplay.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'flutter_carplay' - s.version = '1.0.2' + s.version = '1.0.3' s.summary = 'Flutter Apps are now on Apple CarPlay.' s.description = <<-DESC Flutter Apps are now on Apple CarPlay. This package aims to make it safe to use iPhone apps made with Flutter in the car by integrating with CarPlay. diff --git a/pubspec.yaml b/pubspec.yaml index dceb994..db984a5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_carplay description: Flutter Apps are now on Apple CarPlay. This package aims to make it safe to use iPhone apps made with Flutter in the car by integrating with CarPlay. -version: 1.0.2+1 +version: 1.0.3 homepage: https://github.com/oguzhnatly/flutter_carplay#readme repository: https://github.com/oguzhnatly/flutter_carplay issue_tracker: https://github.com/oguzhnatly/flutter_carplay/issues