Skip to content

Commit

Permalink
Merge pull request onatcipli#22 from PiN73/fix-dependencies
Browse files Browse the repository at this point in the history
Fix onatcipli#18 Resolving dependencies fail
  • Loading branch information
onatcipli authored Apr 25, 2021
2 parents 0ef65c0 + a2e8a45 commit fb68c14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.1

- (issue #18) raise upper bound of dependencies

## 1.3.0

- linux support and some fixes
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit fb68c14

Please sign in to comment.