Skip to content

Commit

Permalink
Fix version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland committed May 20, 2024
1 parent 9305c70 commit ecb9881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
bundler-cache: true
- name: Activate arb_utils
run: |
dart pub global activate arb_utils
dart pub global activate arb_utils 0.8.1
- name: Get dependencies
uses: maierj/fastlane-action@v3.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion scripts/checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ error () {
echo ':: Sorting translation files ::'
if ! command -v dart >/dev/null 2>&1 || ! dart pub global list | grep -q arb_utils; then
echo "arb_utils is missing. Installing..."
dart pub global activate arb_utils
dart pub global activate arb_utils 0.8.1
fi
arb_utils sort lib/l10n/intl_en.arb

Expand Down

0 comments on commit ecb9881

Please sign in to comment.