Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update version from 1.4 to 1.4.1
  • Loading branch information
Eugene Simakin committed Sep 28, 2016
1 parent f5c108d commit 948aeeb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "twbs-pagination",
"version": "1.4.0",
"version": "1.4.1",
"homepage": "https://github.com/esimakin/twbs-pagination",
"authors": [
"Eugene Simakin <eugenesimakin@mail.ru>"
Expand Down
4 changes: 2 additions & 2 deletions jquery.twbsPagination.js
@@ -1,5 +1,5 @@
/*!
* jQuery pagination plugin v1.4
* jQuery pagination plugin v1.4.1
* http://esimakin.github.io/twbs-pagination/
*
* Copyright 2014-2016, Eugene Simakin
Expand Down Expand Up @@ -312,6 +312,6 @@
return this;
};

$.fn.twbsPagination.version = "1.4";
$.fn.twbsPagination.version = "1.4.1";

})(window.jQuery, window, document);
4 changes: 2 additions & 2 deletions jquery.twbsPagination.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "twbs-pagination",
"nativeName": "jQuery Bootstrap Pagination",
"version": "1.4.0",
"version": "1.4.1",
"homepage": "https://github.com/esimakin/twbs-pagination",
"author": "Eugene Simakin <eugenesimakin@mail.ru>",
"description": "jQuery simple pagination plugin for bootstrap-style webpages",
Expand Down
2 changes: 1 addition & 1 deletion twbs-pagination.jquery.json
@@ -1,6 +1,6 @@
{
"name": "twbs-pagination",
"version": "1.4.0",
"version": "1.4.1",
"title": "jQuery Bootstrap Pagination",
"author": {
"name": "Eugene Simakin",
Expand Down

0 comments on commit 948aeeb

Please sign in to comment.