Skip to content

Commit 1c7758c

Browse files
committed
v1.0.4+5
1 parent 2cf6926 commit 1c7758c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636

3737
- name: Create generated files
3838
working-directory: central/ble_temperature/
39-
run: dart run build_runner build
39+
run: |
40+
flutter pub run intl_utils:generate
41+
dart run build_runner build
4042
4143
- name: Check for any formatting issues
4244
working-directory: central/ble_temperature/

central/ble_temperature/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ble_temperature
22
description: A new Flutter project.
33
publish_to: 'none'
44

5-
version: 1.0.3+4
5+
version: 1.0.4+5
66

77
environment:
88
sdk: '>=3.0.5 <4.0.0'

0 commit comments

Comments
 (0)