From b99e17d1c6242bd6f46b778722ca1ea5c30482b3 Mon Sep 17 00:00:00 2001 From: ciripel Date: Tue, 17 Jan 2023 11:15:11 +0200 Subject: [PATCH] fix: Changed intl dependency version to ^0.17.0 --- CHANGELOG.md | 3 +++ pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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