Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'release/1.3' into develop
  • Loading branch information
pavelthq committed Nov 4, 2015
2 parents 7be17cc + 5184069 commit a3ae4e5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
@@ -1,4 +1,4 @@
## jQuery pagination plugin (bootstrap powered) ##
# [jQuery pagination plugin (bootstrap powered)](http://esimakin.github.io/twbs-pagination/)

### Basic usage ###

Expand All @@ -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/)
2 changes: 1 addition & 1 deletion 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 <eugenesimakin@mail.ru>"
Expand Down
2 changes: 1 addition & 1 deletion 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 <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.2.6",
"version": "1.3",
"title": "jQuery Bootstrap Pagination",
"author": {
"name": "Eugene Simakin",
Expand Down

0 comments on commit a3ae4e5

Please sign in to comment.