Skip to content

Commit 4de8c1f

Browse files
committed
example: Bump json_annotation version constraint
1 parent df37429 commit 4de8c1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies to your `pubspec.yaml`.
55

66
```yaml
77
dependencies:
8-
json_annotation: ^4.3.0
8+
json_annotation: ^4.4.0
99

1010
dev_dependencies:
1111
build_runner: ^2.0.0

example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ environment:
55
sdk: '>=2.14.0 <3.0.0'
66

77
dependencies:
8-
json_annotation: ^4.3.0
8+
json_annotation: ^4.4.0
99

1010
dev_dependencies:
1111
build_runner: ^2.0.0

example/test/readme_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void _expect(String fileName) {
2525

2626
const _pubspecContent = r'''
2727
dependencies:
28-
json_annotation: ^4.3.0
28+
json_annotation: ^4.4.0
2929
3030
dev_dependencies:
3131
build_runner: ^2.0.0

0 commit comments

Comments
 (0)