Skip to content

Commit dd9681f

Browse files
committed
Bumped version to 0.0.4
1 parent 4434715 commit dd9681f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery.browser",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"homepage": "https://github.com/gabceb/jquery-browser-plugin",
55
"authors": ["Gabriel Cebrian <gabceb@gmail.com>", "jQuery Team <https://github.com/gabceb/jquery-browser-plugin/wiki/Authors>"],
66
"description": "A jQuery plugin for browser detection.",

browser.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"html5",
1010
"support"
1111
],
12-
"version": "0.0.3",
12+
"version": "0.0.4",
1313
"author": {
1414
"name": "Gabriel Cebrian. Initial implementation by the jQuery Team",
1515
"url": "https://github.com/gabceb/jquery-browser-plugin/wiki/Authors"

jquery.browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery Browser Plugin v0.0.3
2+
* jQuery Browser Plugin v0.0.4
33
* https://github.com/gabceb/jquery-browser-plugin
44
*
55
* Original jquery-browser code Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors

jquery.browser.js.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!
2-
# jQuery Browser Plugin v0.0.3
2+
# jQuery Browser Plugin v0.0.4
33
# https://github.com/gabceb/jquery-browser-plugin
44
#
55
# Original jquery-browser code Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors

jquery.browser.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery Browser Plugin v0.0.3
2+
* jQuery Browser Plugin v0.0.4
33
* https://github.com/gabceb/jquery-browser-plugin
44
*
55
* Original jquery-browser code Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors

0 commit comments

Comments
 (0)