Skip to content

Commit

Permalink
Update bump-version.sh for link (#2607)
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor authored Jan 22, 2025
1 parent 21a298d commit bf11461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ NEW_VERSION="${2}"
echo "Current version: ${OLD_VERSION}"
echo "Bumping version: ${NEW_VERSION}"

for pkg in {dart,flutter,logging,dio,file,sqflite,drift,hive,isar}; do
for pkg in {dart,flutter,logging,dio,file,sqflite,drift,hive,isar,link}; do
# Bump version in pubspec.yaml
perl -pi -e "s/^version: .*/version: $NEW_VERSION/" $pkg/pubspec.yaml
# Bump sentry dependency version in pubspec.yaml
Expand Down

0 comments on commit bf11461

Please # to comment.