Skip to content

Commit

Permalink
Merge pull request #21 from davidmorgan/master
Browse files Browse the repository at this point in the history
Version 0.0.6.
  • Loading branch information
davidmorgan committed Feb 23, 2016
2 parents 88a5b56 + f546086 commit 2391e0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion built_value/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: built_value
version: 0.0.5
version: 0.0.6
description: >
Value types with builders. This library is the runtime dependency.
authors:
Expand Down
4 changes: 2 additions & 2 deletions built_value_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: built_value_generator
version: 0.0.5
version: 0.0.6
description: >
Value types with builders. This library is the dev dependency.
authors:
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
analyzer: '>=0.27.1 <0.28.0'
built_collection: '^1.0.0'
built_value: '^0.0.5'
built_value: '^0.0.6'
source_gen: '>=0.4.3 <0.5.0'
quiver: '>=0.21.0 <0.22.0'

Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: example
version: 0.0.5
version: 0.0.6
description: >
Just an example, not for publishing.
authors:
Expand All @@ -11,8 +11,8 @@ environment:

dependencies:
built_collection: '^1.0.0'
built_value: '^0.0.5'
built_value: '^0.0.6'

dev_dependencies:
built_value_generator: '^0.0.5'
built_value_generator: '^0.0.6'
test: any

0 comments on commit 2391e0e

Please sign in to comment.