Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a6ea32

Browse files
committed
Bumped the version to 0.6.2.
1 parent 2a7dc08 commit 5a6ea32

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.2] - 2020-08-18
9+
810
## [0.6.1] - 2020-08-18
911

1012
### Fixed
@@ -288,6 +290,7 @@ No functional changes.
288290
- `android_content.Context.packageName` getter
289291
- `android_content.Context.packageResourcePath` getter
290292

293+
[0.6.2]: https://github.com/drydart/flutter_android/compare/0.6.1...0.6.2
291294
[0.6.1]: https://github.com/drydart/flutter_android/compare/0.6.0...0.6.1
292295
[0.6.0]: https://github.com/drydart/flutter_android/compare/0.5.0...0.6.0
293296
[0.5.0]: https://github.com/drydart/flutter_android/compare/0.4.0...0.5.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Android only.
2020

2121
```yaml
2222
dependencies:
23-
flutter_android: ^0.6.1
23+
flutter_android: ^0.6.2
2424
```
2525
2626
## Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.1
1+
0.6.2

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See: https://dart.dev/tools/pub/pubspec
22
name: flutter_android
3-
version: 0.6.1
3+
version: 0.6.2
44
description: >-
55
A Flutter plugin for Android platform-specific APIs, to reduce duplication
66
of effort by centralizing Android bindings in a single package.

0 commit comments

Comments
 (0)