Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
biggora committed Dec 3, 2015
1 parent ca590df commit da6e35d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "express-useragent",
"description": "Fast User-Agent exposing",
"version": "0.2.2",
"version": "0.2.4",
"homepage": "https://github.com/biggora/express-useragent/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion lib/express-useragent.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
var IS_BOT_REGEXP = new RegExp('^.*(' + BOTS.join('|') + ').*$');

var UserAgent = function () {
this.version = '0.2.2';
this.version = '0.2.4';
this._Versions = {
Edge: /Edge\/([\d\w\.\-]+)/i,
Firefox: /firefox\/([\d\w\.\-]+)/i,
Expand Down
Loading

0 comments on commit da6e35d

Please sign in to comment.