Skip to content

Commit 1efa52d

Browse files
committed
Bumped to v0.0.6
1 parent 1d235da commit 1efa52d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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.5",
12+
"version": "0.0.6",
1313
"author": {
1414
"name": "Gabriel Cebrian. Initial implementation by the jQuery Team",
1515
"url": "https://github.com/gabceb/jquery-browser-plugin/wiki/Authors"

dist/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.5
2+
* jQuery Browser Plugin v0.0.6
33
* https://github.com/gabceb/jquery-browser-plugin
44
*
55
* Original jquery-browser code Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors

dist/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.5
2+
# jQuery Browser Plugin v0.0.6
33
# https://github.com/gabceb/jquery-browser-plugin
44
#
55
# Original jquery-browser code Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors

dist/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 0.0.5
2+
* jQuery Browser Plugin 0.0.6
33
* https://github.com/gabceb/jquery-browser-plugin
44
*
55
* Original jquery-browser code Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors

package.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.5",
3+
"version": "0.0.6",
44
"authors": [
55
"Gabriel Cebrian <gabceb@gmail.com>",
66
"jQuery Team <https://github.com/gabceb/jquery-browser-plugin/wiki/Authors>"

test/src/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.5
2+
* jQuery Browser Plugin v0.0.6
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)