Skip to content

Commit

Permalink
Version 3.0.0. Upgraded pubspecs and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bratan committed May 7, 2021
1 parent 9b34871 commit f33c833
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,8 @@

## [2.0.1]

- Fixed web support
- Fixed web support

## [3.0.0]

- Null safety support
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
publish_to: none
version: 2.0.0
version: 3.0.0

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion example_static_keys/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: example_static_keys
description: Flutter translate example with static localization keys.
publish_to: none
version: 2.0.0
version: 3.0.0

environment:
sdk: ">=2.12.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: Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.
version: 2.0.1
version: 3.0.0
homepage: https://leadcode.dev
repository: https://github.com/bratan/flutter_translate

Expand Down

0 comments on commit f33c833

Please sign in to comment.