diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..797acea --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb5090..28f6f84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.2+1 + +- Point Of Interest and Information Template added. Previews added to README.md. + ## 1.0.2 - Point Of Interest and Information Template added. diff --git a/example/pubspec.lock b/example/pubspec.lock index 90f35d8..71fcc81 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -75,7 +75,7 @@ packages: path: ".." relative: true source: path - version: "1.0.2" + version: "1.0.2+1" flutter_lints: dependency: "direct dev" description: diff --git a/ios/flutter_carplay.podspec b/ios/flutter_carplay.podspec index e4361fe..b4b0859 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.1' + s.version = '1.0.2' 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 0351c42..dceb994 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 +version: 1.0.2+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