diff --git a/CHANGELOG.md b/CHANGELOG.md index a06524a..83cda37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.1 + +- (issue #18) raise upper bound of dependencies + ## 1.3.0 - linux support and some fixes diff --git a/pubspec.yaml b/pubspec.yaml index 67949f1..e816853 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rename description: Helps you to change or rename your flutter project BundleId and AppName for Ios, Android, MacOS and Linux platforms -version: 1.3.0 +version: 1.3.1 homepage: https://github.com/onatcipli/rename.git environment: @@ -10,8 +10,8 @@ executables: rename: dependencies: - args: ^1.5.2 - logger: ^0.9.1 + args: '>=1.5.2 <3.0.0' + logger: '>=0.9.1 <2.0.0' dev_dependencies: pedantic: ^1.7.0