Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xonev committed Apr 30, 2013
1 parent 8ec2792 commit 99458d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Detect.js
=========

@version 2.1.5
@version 2.2.0

**Note:** Detect.js is a JavaScript library to detect platforms, versions, manufacturers and types based on the `navigator.userAgent` string. This code is based on, and modified from, the original work of Tobie Langel's UA-Parser: https://github.com/tobie/ua-parser. UA-Parser is subsequently a port of [BrowserScope][1]'s [user agent string parser][2].

Expand Down
4 changes: 2 additions & 2 deletions detect.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
* https://github.com/darcyclarke/Detect.js
* Dual licensed under the MIT and GPL licenses.
*
* @version 2.1.5
* @version 2.2.0
* @author Darcy Clarke
* @url http://darcyclarke.me
* @createdat Mon Apr 29 2013 17:43:59 GMT-0500 (CDT)
* @createdat Mon Apr 29 2013 19:34:56 GMT-0500 (CDT)
*
* Based on UA-Parser (https://github.com/tobie/ua-parser) by Tobie Langel
*
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": "Detect.js",
"version": "2.1.5",
"version": "2.2.0",
"author": "Darcy Clarke",
"license": "Dual licensed under the MIT and GPL licenses.",
"description": "JS Library to detect browser, os and device based on the UserAgent String",
Expand Down

0 comments on commit 99458d1

Please sign in to comment.