From b9c2b22038638f8fe4910844c3be7d9fdf472ee5 Mon Sep 17 00:00:00 2001 From: Oguzhan Date: Sat, 28 Aug 2021 14:41:07 +0300 Subject: [PATCH] v1.0.0+1 published on pub.dev --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18804ab..5e4d0ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0+1 + +- Initial release of Flutter Apple CarPlay Package. Previews added to README.md. + ## 1.0.0 - Initial release of Flutter Apple CarPlay Package. diff --git a/example/pubspec.lock b/example/pubspec.lock index 3e70bf5..116ff26 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -75,7 +75,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0" + version: "1.0.0+1" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 124045f..caa3759 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.0 +version: 1.0.0+1 homepage: https://github.com/oguzhnatly/flutter_carplay#readme repository: https://github.com/oguzhnatly/flutter_carplay issue_tracker: https://github.com/oguzhnatly/flutter_carplay/issues