Skip to content

Commit

Permalink
Prepare for release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Pietro Dazzi committed Mar 16, 2020
1 parent f242b60 commit 6c06f9b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,8 @@ New translation mechanism, with different and customizable loaders provided:

## [0.11.1]

Plural translator improvements
Plural translator improvements

## [0.12.0]

New loader provided: ```NamespaceFileTranslationLoader```
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: "0.11.1"
version: "0.12.0"
flutter_localizations:
dependency: transitive
description: flutter
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_i18n
description: i18n made easy for Flutter. With flutter_i18n you can make your app international, using just a simple .json file!
version: 0.11.1
version: 0.12.0
homepage: https://github.com/ilteoood/flutter_i18n

dependencies:
Expand Down

0 comments on commit 6c06f9b

Please sign in to comment.