From 2379cc92c2b6ba2ae7c907c32ed3279edebcfa0d Mon Sep 17 00:00:00 2001 From: Pavel Ivanov Date: Wed, 4 Nov 2015 12:25:17 +0200 Subject: [PATCH 1/2] Version 1.3 json's update --- bower.json | 2 +- package.json | 2 +- twbs-pagination.jquery.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index eb49c6f..e30328b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "twbs-pagination", - "version": "1.2.5", + "version": "1.3", "homepage": "https://github.com/esimakin/twbs-pagination", "authors": [ "Eugene Simakin " diff --git a/package.json b/package.json index 749e128..0ca6fa2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "twbs-pagination", - "version": "1.2.6", "nativeName": "jQuery Bootstrap Pagination", + "version": "1.3", "homepage": "https://github.com/esimakin/twbs-pagination", "author": "Eugene Simakin ", "description": "jQuery simple pagination plugin for bootstrap-style webpages", diff --git a/twbs-pagination.jquery.json b/twbs-pagination.jquery.json index 720621e..23f832a 100644 --- a/twbs-pagination.jquery.json +++ b/twbs-pagination.jquery.json @@ -1,6 +1,6 @@ { "name": "twbs-pagination", - "version": "1.2.6", + "version": "1.3", "title": "jQuery Bootstrap Pagination", "author": { "name": "Eugene Simakin", From 518406974d7bcef89b3be91ec0eefc196bc24551 Mon Sep 17 00:00:00 2001 From: Pavel Ivanov Date: Wed, 4 Nov 2015 12:30:28 +0200 Subject: [PATCH 2/2] Updated readme.MD --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a71036c..25bd958 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## jQuery pagination plugin (bootstrap powered) ## +# [jQuery pagination plugin (bootstrap powered)](http://esimakin.github.io/twbs-pagination/) ### Basic usage ### @@ -18,4 +18,9 @@ $('#pagination-demo').twbsPagination({ }); ``` +## Contributing +For development use grunt build to make minified file. +To use grunt install packages by using: npm install + +## Demo and Docs For more information see [docs on github pages](http://esimakin.github.io/twbs-pagination/) \ No newline at end of file