Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Oct 2, 2011
1 parent e5ff2d8 commit 118e6da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -0,0 +1,4 @@
* __v1.0.1__ Added support for cURL, Wget and thunderbird using a custom
useragent definition file.

* __v1.0.0__ Complete rewrite of the API and major performance improvements.
2 changes: 1 addition & 1 deletion lib/useragent.js
Expand Up @@ -283,7 +283,7 @@ dictionary.lookup = {};
* Library version.
*/

updater.version = '1.0.0';
updater.version = '1.0.1';

/**
* Expose the Agent constructor.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "useragent"
, "version": "1.0.0"
, "version": "1.0.1"
, "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 118e6da

Please sign in to comment.