Skip to content

Commit

Permalink
Prepare for v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxsoft committed Jun 26, 2015
1 parent a5891a1 commit 68a0157
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "useragent.js",
"main": "index.js",
"version": "0.1.0",
"version": "0.2.0",
"homepage": "https://zsxsoft.github.io/useragent.js",
"authors": [
"zsx <zsx@zsxsoft.com>"
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
var AMD = typeof define !== 'undefined' && define.amd;
var userAgent = {};

userAgent.version = "0.1";
userAgent.publishDate = "20150217";
userAgent.version = "0.2";
userAgent.publishDate = "20150626";

userAgent.analyze = function(uaString) {
var returnObject = {};
Expand Down
3 changes: 0 additions & 3 deletions lib/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,6 @@
"worldwideweb": {
"title": "{%WorldWideWeb%}"
},
"wyzo": {
"image": "Wyzo"
},
"x-smiles": {
"title": "{%X-Smiles%}"
},
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "useragent.js",
"version": "0.1.1",
"version": "0.2.0",
"description": "A simple project that allows you to display details about a computer's operating system or web browser with a user-agent.",
"main": "index.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"UserAgent"
],
"author": "zsx <zsx@zsxsoft.com>",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/zsxsoft/useragent.js/issues"
},
Expand All @@ -36,6 +36,5 @@
},
"homepage": "https://github.com/zsxsoft/useragent.js",
"dependencies": {
"coveralls": "^2.11.2"
}
}
2 changes: 1 addition & 1 deletion test/resources/ualist.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
],
[
['Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.6) Gecko/20100121 Firefox/3.5.6 Wyzo/3.5.6.1'],
['Wyzo', 'os', 'win-4', 'Wyzo 3.5.6.1', 'Windows 7'],
['wyzo', 'os', 'win-4', 'Wyzo 3.5.6.1', 'Windows 7'],
],
[
['Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR) AppleWebKit/532.4 (KHTML, like Gecko) WeltweitimnetzBrowser/0.25 Safari/532.4'],
Expand Down

0 comments on commit 68a0157

Please sign in to comment.