Skip to content

Commit

Permalink
next release
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Oct 19, 2011
1 parent 26e2b18 commit db43ad8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* __v1.0.2__ Don't throw errors when .parse is called without a useragent
string. It now defaults to a empty Agent instance.

* __v1.0.1__ Added support for cURL, Wget and thunderbird using a custom
useragent definition file.

Expand Down
2 changes: 1 addition & 1 deletion lib/useragent.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ dictionary.lookup = {};
* Library version.
*/

updater.version = '1.0.1';
updater.version = '1.0.2';

/**
* Expose the Agent constructor.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "useragent"
, "version": "1.0.1"
, "version": "1.0.2"
, "description": "User-Agent string parser based on Browserscope.org algorithms for more browser reporting"
, "author": "Arnout Kazemier"
, "main": "./index.js"
Expand Down

0 comments on commit db43ad8

Please sign in to comment.