Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 9, 2011
1 parent 87e973a commit 69e2aed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

0.0.3 / 2011-02-08
==================

* Fixed case when right-hand value contains "]"

0.0.2 / 2011-02-07
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/querystring.js
Expand Up @@ -9,7 +9,7 @@
* Library version.
*/

exports.version = '0.0.2';
exports.version = '0.0.3';

/**
* Parse the given query `str`, returning an object.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "qs",
"description": "querystring parser",
"version": "0.0.2",
"version": "0.0.3",
"repository": {},
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"main": "index",
Expand Down

0 comments on commit 69e2aed

Please sign in to comment.