Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
Merge pull request #11 from dart-lang/bump_to_0.0.2
Browse files Browse the repository at this point in the history
Version bump.
  • Loading branch information
pq committed May 28, 2015
2 parents 2a7d54e + 1a54d9a commit e9f4f7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: package_config
version: 0.0.1
version: 0.0.2
description: Support for working with Package Resolution config files.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/package_config
Expand All @@ -9,8 +9,8 @@ environment:

dependencies:
charcode: '^1.1.0'
path: "any"
http: "any"
http: '^0.11.2'
path: '>=1.0.0 <2.0.0'

dev_dependencies:
test: '>=0.12.0 <0.13.0'

0 comments on commit e9f4f7c

Please sign in to comment.