From 86074ecbf03617841d6367c053ecf4307b44aabf Mon Sep 17 00:00:00 2001 From: Mohamed Sayed Date: Mon, 10 Jan 2022 15:25:08 +0200 Subject: [PATCH] refactor - downgrade sdk + lint versions --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f683afa..2ecb682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ - More Features. +## 0.0.8 + +- downgrade dep versions. + ## 0.0.5 | 0.0.6 | 0.0.7 - Auto release. diff --git a/pubspec.yaml b/pubspec.yaml index c0ef1ee..74929fc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: palestine_console description: Print.color() to console in any platform, more features will be added later. -version: 0.0.7 +version: 0.0.8 homepage: https://github.com/msayed-net/PalestineDevelopers repository: https://github.com/PalestineDevelopers/console issue_tracker: https://github.com/PalestineDevelopers/console/issues @@ -10,5 +10,5 @@ environment: sdk: ">=2.12.0 <3.0.0" dev_dependencies: - lint: ^1.8.1 + lint: ^1.7.2 test: ^1.16.0