Skip to content

Commit

Permalink
Update version from 1.4 to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Simakin committed Sep 28, 2016
1 parent 1625999 commit 021d98d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions jquery.twbsPagination.js
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"description": "jQuery simple pagination plugin for bootstrap-style webpages",
Expand Down
2 changes: 1 addition & 1 deletion twbs-pagination.jquery.json
Original file line number Diff line number Diff line change
@@ -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 021d98d

Please sign in to comment.