Skip to content

Commit

Permalink
lowered min meta dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
suragch committed Oct 26, 2020
1 parent 2cf6778 commit a702f2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.7.1] - 2020.10.26

- Lowered the minimum version number requirement for the `meta` dependency.

## [0.7.0] - 2020.10.24

- Support for rotating emoji and CJK characters.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.7.0"
version: "0.7.1"
mongol_code:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mongol
description: This package provides Flutter widgets to display vertical Mongolian.
version: 0.7.0
version: 0.7.1
homepage: https://github.com/suragch/mongol

environment:
Expand All @@ -10,7 +10,7 @@ dependencies:
flutter:
sdk: flutter
characters: ^1.0.0
meta: ^1.2.3
meta: ^1.0.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit a702f2f

Please sign in to comment.