diff --git a/CHANGELOG.md b/CHANGELOG.md index a0712a7..dddb027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.1.1 + +- Changed intl dependency version to ^0.17.0. ## 0.1.0 - Initial version. diff --git a/pubspec.yaml b/pubspec.yaml index d634177..0445af7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: sio_big_decimal description: Numeric library to manipulate very big numbers keeping very high precision. -version: 0.1.0 +version: 0.1.1 repository: https://github.com/SimplioOfficial/sio_big_decimal environment: @@ -12,4 +12,4 @@ dev_dependencies: dependencies: decimal: ^2.3.2 equatable: ^2.0.5 - intl: ^0.18.0 + intl: ^0.17.0