Skip to content

Commit cc60a44

Browse files
authored
json_serializable: prepare for release (#64)
1 parent fbfedeb commit cc60a44

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

json_serializable/pubspec.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_serializable
2-
version: 0.2.5-dev
2+
version: 0.2.5
33
author: Dart Team <misc@dartlang.org>
44
description: Generates utilities to aid in serializing to/from JSON.
55
homepage: https://github.com/dart-lang/json_serializable
@@ -12,7 +12,7 @@ dependencies:
1212

1313
# Use a tight version constraint to ensure that a constraint on
1414
# `json_annotation`. Properly constrains all features it provides.
15-
json_annotation: '>=0.2.0 <0.2.1'
15+
json_annotation: '>=0.2.1 <0.2.2'
1616
path: ^1.3.2
1717
source_gen: ^0.7.1
1818
dev_dependencies:
@@ -21,7 +21,3 @@ dev_dependencies:
2121
collection: ^1.14.0
2222
dart_style: ^1.0.0
2323
test: ^0.12.3
24-
25-
dependency_overrides:
26-
json_annotation:
27-
path: ../json_annotation

0 commit comments

Comments
 (0)