Skip to content

Commit 5103bc4

Browse files
committed
v1.4.2 TAG
1 parent fb94441 commit 5103bc4

5 files changed

+13
-12
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "twbs-pagination",
33
"version": "1.4.2",
4-
"homepage": "https://github.com/esimakin/twbs-pagination",
4+
"homepage": "https://github.com/josecebe/twbs-pagination",
55
"authors": [
66
"Jose Cebellán <[email protected]>",
77
"Eugene Simakin <[email protected]>"

jquery.twbsPagination.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* jQuery pagination plugin v1.4.2
3-
* http://esimakin.github.io/twbs-pagination/
3+
* http://josecebe.github.io/twbs-pagination/
44
*
55
* Copyright 2014-2018, Eugene Simakin
66
* Released under Apache 2.0 license

jquery.twbsPagination.min.js

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "twbs-pagination",
33
"nativeName": "jQuery Bootstrap Pagination",
44
"version": "1.4.2",
5-
"homepage": "https://github.com/esimakin/twbs-pagination",
5+
"homepage": "https://github.com/josecebe/twbs-pagination",
66
"author": "Eugene Simakin <[email protected]>",
77
"description": "jQuery simple pagination plugin for bootstrap-style webpages",
88
"main": "jquery.twbsPagination",
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git://github.com/esimakin/twbs-pagination.git"
21+
"url": "git://github.com/josecebe/twbs-pagination.git"
2222
},
2323
"keywords": [
2424
"pagination",

twbs-pagination.jquery.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"twbs-pagination",
2323
"pagination"
2424
],
25-
"homepage": "https://github.com/esimakin/twbs-pagination",
26-
"demo": "http://esimakin.github.io/twbs-pagination/",
27-
"download": "https://github.com/esimakin/twbs-pagination/zipball/master",
28-
"bugs": "https://github.com/esimakin/twbs-pagination/issues"
25+
"homepage": "https://github.com/josecebe/twbs-pagination",
26+
"demo": "http://josecebe.github.io/twbs-pagination/",
27+
"download": "https://github.com/josecebe/twbs-pagination/zipball/master",
28+
"bugs": "https://github.com/josecebe/twbs-pagination/issues"
2929
}

0 commit comments

Comments
 (0)