Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukef committed Nov 6, 2019
1 parent 5b925af commit e46c8ee
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 3.0.2
# 3.1.0
- Fix issue with `emptyColor` rendering.
- Fix a bug related to placeholder image loading.
- Bump to Flutter 1.7+. Flutter API changes have necessitated a bump. Sorry.

# 3.0.1
- Added an example.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You should add the following to your `pubspec.yaml` file:

```yaml
dependencies:
qr_flutter: ^3.0.2
qr_flutter: ^3.1.0
```
**Note**: If you're using the Flutter `master` channel, if you encounter build issues, or want to try the latest and greatest then you should use the `master` branch and not a specific release version. To do so, use the following configuration in your `pubspec.yaml`:
Expand Down
3 changes: 1 addition & 2 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<br/>
<img src="https://storage.googleapis.com/product-logos/logo_qr_flutter.png" align="center" width="200">
<br/>

This is the example project for the QR.Flutter library. It contains a simple example that you can modify / tweak to test the various options that the `qr_flutter` library exposes.

# Running the app
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage: https://github.com/lukef/qr.flutter

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.5.0"
flutter: ">=1.7.0"

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: qr_flutter
description: >
QR.Flutter is a Flutter library for simple and fast QR code rendering via a
Widget or custom painter.
version: 3.0.1
version: 3.1.0
homepage: https://github.com/lukef/qr.flutter

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.5.0"
flutter: ">=1.7.0"

dependencies:
flutter:
Expand Down

0 comments on commit e46c8ee

Please sign in to comment.