seaneagan / unscripted

Define command-line interfaces using ordinary dart methods and classes.
BSD 3-Clause "New" or "Revised" License
23 stars 10 forks source link

a new version of args is available #74

Closed devoncarew closed 10 years ago

devoncarew commented 10 years ago

The pubspec pegs args at:

args: '>=0.11.0 <0.12.0'

Version 0.12.0 is now available. When you rev to the new version, consider keeping the lower version constraint:

args: '>=0.11.0 <0.13.0'

This will make it easier for clients that have multiple transitive dependencies on args, some which they don't directly control. Cheers!