Skip to content

Commit cf5b722

Browse files
author
GrayYoung
committed
1. Change version into 1.1.8
2. Merge branch 'master' of https://github.com/GrayYoung/jQuery.Utilities # Conflicts: # dist/jquery.clearForm.min.js
2 parents 80ffa16 + faf5e51 commit cf5b722

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name" : "jquery.utilties",
2+
"name" : "jquery-utilties",
33
"main" : [ "dist/js/jquery.browser.js", "dist/js/jquery.browser.min.js", "dist/js/jquery.clearForm.js", "dist/js/jquery.clearForm.min.js" ],
44
"ignore" : [
55
"**/.*",
@@ -17,7 +17,7 @@
1717
"jquery": "jquery#1.11.1",
1818
"bootstrap": "bootstrap#latest"
1919
},
20-
"version" : "1.1.6",
20+
"version" : "1.1.8",
2121
"keywords" : [
2222
"test browser",
2323
"utilities",

demos/res/js/utilities/jquery.browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Browser
3-
* Version: 1.1.7
3+
* Version: 1.1.8
44
* Author: Gray Young
55
*
66
* Copyright 2016 Released under the MIT license.

demos/res/js/utilities/jquery.clearForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Clear Form
3-
* Version: 1.1.7
3+
* Version: 1.1.8
44
* Author: Gray Young
55
*
66
* Copyright 2016 Released under the MIT license.

dist/jquery.browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Browser
3-
* Version: 1.1.7
3+
* Version: 1.1.8
44
* Author: Gray Young
55
*
66
* Copyright 2016 Released under the MIT license.

dist/jquery.browser.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Browser
3-
* Version: 1.1.7
3+
* Version: 1.1.8
44
* Author: Gray Young
55
*
66
* Copyright 2016 Released under the MIT license.

dist/jquery.clearForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Clear Form
3-
* Version: 1.1.7
3+
* Version: 1.1.8
44
* Author: Gray Young
55
*
66
* Copyright 2016 Released under the MIT license.

dist/jquery.clearForm.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jQuery-Utilities",
3-
"version": "1.0.1",
3+
"version": "1.1.8",
44
"dependencies": {
55
},
66
"description": "Test Browser",

0 commit comments

Comments
 (0)