Skip to content

Commit fb68c14

Browse files
authored
Merge pull request onatcipli#22 from PiN73/fix-dependencies
Fix onatcipli#18 Resolving dependencies fail
2 parents 0ef65c0 + a2e8a45 commit fb68c14

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.1
2+
3+
- (issue #18) raise upper bound of dependencies
4+
15
## 1.3.0
26

37
- linux support and some fixes

pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: rename
22
description: Helps you to change or rename your flutter project BundleId and AppName for Ios, Android, MacOS and Linux platforms
3-
version: 1.3.0
3+
version: 1.3.1
44
homepage: https://github.com/onatcipli/rename.git
55

66
environment:
@@ -10,8 +10,8 @@ executables:
1010
rename:
1111

1212
dependencies:
13-
args: ^1.5.2
14-
logger: ^0.9.1
13+
args: '>=1.5.2 <3.0.0'
14+
logger: '>=0.9.1 <2.0.0'
1515

1616
dev_dependencies:
1717
pedantic: ^1.7.0

0 commit comments

Comments
 (0)