Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update bower.json, package.json and etc.
  • Loading branch information
Eugene Simakin committed Sep 25, 2016
1 parent 984b167 commit 8749dc1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,4 +23,4 @@ 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/)
For more information see [docs on github pages](http://esimakin.github.io/twbs-pagination/) (out of date since 26 september)
4 changes: 2 additions & 2 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "twbs-pagination",
"version": "1.3",
"version": "1.4.0",
"homepage": "https://github.com/esimakin/twbs-pagination",
"authors": [
"Eugene Simakin <eugenesimakin@mail.ru>"
Expand All @@ -19,7 +19,7 @@
"jQuery-plugin",
"bootstrap"
],
"license": "Apache 2.0",
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "twbs-pagination",
"nativeName": "jQuery Bootstrap Pagination",
"version": "1.3.1",
"version": "1.4.0",
"homepage": "https://github.com/esimakin/twbs-pagination",
"author": "Eugene Simakin <eugenesimakin@mail.ru>",
"description": "jQuery simple pagination plugin for bootstrap-style webpages",
Expand All @@ -26,6 +26,6 @@
"jQuery-plugin",
"bootstrap"
],
"license": "Apache 2.0",
"license": "Apache-2.0",
"licenseUrl": "http://apache.org/licenses/LICENSE-2.0.html"
}
4 changes: 2 additions & 2 deletions twbs-pagination.jquery.json
@@ -1,6 +1,6 @@
{
"name": "twbs-pagination",
"version": "1.3",
"version": "1.4.0",
"title": "jQuery Bootstrap Pagination",
"author": {
"name": "Eugene Simakin",
Expand All @@ -9,7 +9,7 @@
},
"licenses": [
{
"type": "Apache 2.0",
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
Expand Down

0 comments on commit 8749dc1

Please sign in to comment.