Skip to content

Commit

Permalink
fix(v1.0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhnatly committed Jun 5, 2022
1 parent 8bf8b80 commit f333d4e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_carplay.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f333d4e

Please sign in to comment.