Skip to content

Commit dd7ddbc

Browse files
committedOct 18, 2019
Bumped version number.
1 parent 71a1f11 commit dd7ddbc

File tree

4 files changed

+10
-17
lines changed

4 files changed

+10
-17
lines changed
 

Diff for: ‎CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# 0.1.1
1+
## 0.1.2
2+
3+
* Added getter for visible map region.
4+
5+
## 0.1.1
26

37
* Added an example.
48

5-
# 0.1.0
9+
## 0.1.0
610

711
* Initial release.

Diff for: ‎example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ packages:
9494
path: ".."
9595
relative: true
9696
source: path
97-
version: "0.1.1"
97+
version: "0.1.2"
9898
quiver:
9999
dependency: transitive
100100
description:

Diff for: ‎example/pubspec.yaml

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
name: flutter_platform_maps_example
2-
description: A new Flutter project.
3-
4-
# The following defines the version and build number for your application.
5-
# A version number is three numbers separated by dots, like 1.2.43
6-
# followed by an optional build number separated by a +.
7-
# Both the version and the builder number may be overridden in flutter
8-
# build by specifying --build-name and --build-number, respectively.
9-
# In Android, build-name is used as versionName while build-number used as versionCode.
10-
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
11-
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
12-
# Read more about iOS versioning at
13-
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14-
version: 1.0.0+1
2+
description: Example usage of flutter_platform_maps.
3+
version: 1.0.0
154

165
environment:
176
sdk: ">=2.1.0 <3.0.0"

Diff for: ‎pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: platform_maps_flutter
22
description: A Flutter package that combines google_maps and apple_maps to provide a crossplatform native map implementation.
3-
version: 0.1.1
3+
version: 0.1.2
44
author: Luis Thein <luis.thein@gmx.de>
55
homepage: https://github.com/LuisThein
66

0 commit comments

Comments
 (0)
Please sign in to comment.