Skip to content

Commit

Permalink
Version update (1.5.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
bratan committed Nov 10, 2019
1 parent 3376aad commit fac90df
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,8 @@
- Fixed the blackscreen issue on startup
- Fixed the iOS issue regarding the device locale
- The current device locale is now used on startup

## [1.5.1]

- Updated the flutter_device_locale dependency to avoid a possible exception
- Updated the example to AndroidX
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add this to your package's pubspec.yaml file:

```sh
dependencies:
flutter_translate: ^1.5.0+1
flutter_translate: ^1.5.1
```

Install packages from the command line (or from your editor):
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: example
description: Example project for the flutter_translate library

version: 1.5.0+1
version: 1.5.1

environment:
sdk: ">=2.1.0 <3.0.0"
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_translate
description: The internationalization (i18n) library for Flutter. It lets you define translations for your content in different languages and switch between them easily.
version: 1.5.0+1
version: 1.5.1
author: Florin Bratan <[email protected]>
homepage: https://github.com/bratan/flutter_translate

Expand Down

0 comments on commit fac90df

Please sign in to comment.