Tagged as version 0.1.2

This commit is contained in:
Faisalman 2012-03-31 17:28:39 +07:00
parent 7cba4e0eca
commit e7500dca9d
3 changed files with 4 additions and 4 deletions

View File

@ -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"
} }
] ]
} }

View File

@ -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

View File

@ -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
// //