mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-16 15:11:50 +03:00
Tagged as version 0.1.2
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"title" : "UA-Parser.js",
|
"title" : "UA-Parser.js",
|
||||||
"name" : "ua-parser-js",
|
"name" : "ua-parser-js",
|
||||||
"version" : "0.1.0",
|
"version" : "0.1.2",
|
||||||
"author" : {
|
"author" : {
|
||||||
"name" : "Faisal Salman",
|
"name" : "Faisal Salman",
|
||||||
"email" : "fyzlman@gmail.com",
|
"email" : "fyzlman@gmail.com",
|
||||||
@@ -37,4 +37,4 @@
|
|||||||
"url" : "http://www.opensource.org/licenses/mit-license.php"
|
"url" : "http://www.opensource.org/licenses/mit-license.php"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
JavaScript-based user-agent parser
|
JavaScript-based user-agent parser
|
||||||
|
|
||||||
* Author : Faisalman <<fyzlman@gmail.com>>
|
* Author : Faisalman <<fyzlman@gmail.com>>
|
||||||
* Home : http://faisalman.github.com/ua-parser-js
|
* Home : http://faisalman.github.com/ua-parser-js
|
||||||
* Source : https://github.com/faisalman/ua-parser-js
|
* Source : https://github.com/faisalman/ua-parser-js
|
||||||
* License : GPLv2
|
* License : GPLv2
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// UA-Parser.js v0.1.1
|
// UA-Parser.js v0.1.2
|
||||||
// Lightweight JavaScript-based user-agent parser
|
// Lightweight JavaScript-based user-agent parser
|
||||||
// https://github.com/faisalman/ua-parser-js
|
// https://github.com/faisalman/ua-parser-js
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user