Skip to content

Commit

Permalink
Bumped version to 0.0.5
Browse files Browse the repository at this point in the history
Updated min js file
  • Loading branch information
gabceb committed Nov 13, 2013
1 parent 541dfb4 commit bea2dec
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "jquery.browser",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://github.com/gabceb/jquery-browser-plugin",
"authors": ["Gabriel Cebrian <gabceb@gmail.com>", "jQuery Team <https://github.com/gabceb/jquery-browser-plugin/wiki/Authors>"],
"description": "A jQuery plugin for browser detection.",
Expand Down
2 changes: 1 addition & 1 deletion browser.jquery.json
Expand Up @@ -9,7 +9,7 @@
"html5",
"support"
],
"version": "0.0.4",
"version": "0.0.5",
"author": {
"name": "Gabriel Cebrian. Initial implementation by the jQuery Team",
"url": "https://github.com/gabceb/jquery-browser-plugin/wiki/Authors"
Expand Down
2 changes: 1 addition & 1 deletion jquery.browser.js
@@ -1,5 +1,5 @@
/*!
* jQuery Browser Plugin v0.0.4
* jQuery Browser Plugin v0.0.5
* https://github.com/gabceb/jquery-browser-plugin
*
* Original jquery-browser code Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors
Expand Down
2 changes: 1 addition & 1 deletion jquery.browser.js.coffee
@@ -1,5 +1,5 @@
#!
# jQuery Browser Plugin v0.0.4
# jQuery Browser Plugin v0.0.5
# https://github.com/gabceb/jquery-browser-plugin
#
# Original jquery-browser code Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors
Expand Down
4 changes: 2 additions & 2 deletions jquery.browser.min.js
@@ -1,5 +1,5 @@
/*!
* jQuery Browser Plugin v0.0.4
* jQuery Browser Plugin v0.0.5
* https://github.com/gabceb/jquery-browser-plugin
*
* Original jquery-browser code Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors
Expand All @@ -12,4 +12,4 @@
*
* Date: 2013-07-29T17:23:27-07:00
*/
(function(e,t,n){"use strict";var r,i;e.uaMatch=function(e){e=e.toLowerCase();var t=/(opr)[\/]([\w.]+)/.exec(e)||/(chrome)[ \/]([\w.]+)/.exec(e)||/(version)[ \/]([\w.]+).*(safari)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||e.indexOf("trident")>=0&&/(rv)(?::| )([\w.]+)/.exec(e)||e.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[];var n=/(ipad)/.exec(e)||/(iphone)/.exec(e)||/(android)/.exec(e)||/(windows phone)/.exec(e)||/(win)/.exec(e)||/(mac)/.exec(e)||/(linux)/.exec(e)||[];return{browser:t[3]||t[1]||"",version:t[2]||"0",platform:n[0]||""}};r=e.uaMatch(t.navigator.userAgent);i={};if(r.browser){i[r.browser]=true;i.version=r.version;i.versionNumber=parseFloat(r.version,10)}if(r.platform){i[r.platform]=true}if(i.chrome||i.opr||i.safari){i.webkit=true}if(i.rv){i.msie=true}if(i.opr){i.opera=true}e.browser=i})(jQuery,window);
(function(e,t,n){"use strict";var r,i;e.uaMatch=function(e){e=e.toLowerCase();var t=/(opr)[\/]([\w.]+)/.exec(e)||/(chrome)[ \/]([\w.]+)/.exec(e)||/(version)[ \/]([\w.]+).*(safari)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w.]+)/.exec(e)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.exec(e)||e.indexOf("trident")>=0&&/(rv)(?::| )([\w.]+)/.exec(e)||e.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[];var n=/(ipad)/.exec(e)||/(iphone)/.exec(e)||/(android)/.exec(e)||/(windows phone)/.exec(e)||/(win)/.exec(e)||/(mac)/.exec(e)||/(linux)/.exec(e)||[];return{browser:t[3]||t[1]||"",version:t[2]||"0",platform:n[0]||""}};r=e.uaMatch(t.navigator.userAgent);i={};if(r.browser){i[r.browser]=true;i.version=r.version;i.versionNumber=parseFloat(r.version,10)}if(r.platform){i[r.platform]=true}if(i.chrome||i.opr||i.safari){i.webkit=true}if(i.rv){i.msie=true}if(i.opr){i.opera=true}i.name=r.browser;i.platform=r.platform;e.browser=i})(jQuery,window);

0 comments on commit bea2dec

Please sign in to comment.