From 8749dc1f8490f614be1dfde60ec4e7d8fa827f19 Mon Sep 17 00:00:00 2001 From: Eugene Simakin Date: Mon, 26 Sep 2016 01:03:13 +0300 Subject: [PATCH] Update bower.json, package.json and etc. --- README.md | 2 +- bower.json | 4 ++-- package.json | 4 ++-- twbs-pagination.jquery.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 25bd958..d04f8a4 100644 --- a/README.md +++ b/README.md @@ -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/) \ No newline at end of file +For more information see [docs on github pages](http://esimakin.github.io/twbs-pagination/) (out of date since 26 september) \ No newline at end of file diff --git a/bower.json b/bower.json index 3ae7cc9..5642e9e 100644 --- a/bower.json +++ b/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 " @@ -19,7 +19,7 @@ "jQuery-plugin", "bootstrap" ], - "license": "Apache 2.0", + "license": "Apache-2.0", "ignore": [ "**/.*", "node_modules", diff --git a/package.json b/package.json index 97e1052..35354b9 100644 --- a/package.json +++ b/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 ", "description": "jQuery simple pagination plugin for bootstrap-style webpages", @@ -26,6 +26,6 @@ "jQuery-plugin", "bootstrap" ], - "license": "Apache 2.0", + "license": "Apache-2.0", "licenseUrl": "http://apache.org/licenses/LICENSE-2.0.html" } diff --git a/twbs-pagination.jquery.json b/twbs-pagination.jquery.json index 23f832a..603631f 100644 --- a/twbs-pagination.jquery.json +++ b/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", @@ -9,7 +9,7 @@ }, "licenses": [ { - "type": "Apache 2.0", + "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ],