diff --git a/CHANGELOG.md b/CHANGELOG.md index e5ff667..044a14b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v1.1.2 +## 09/30/2016 + +1. [](#bugfix) + * Had two `demo` tags in the `blueprints.yaml` file + # v1.1.1 ## 09/30/2016 diff --git a/blueprints.yaml b/blueprints.yaml index a225037..57a79fe 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,12 +1,11 @@ name: Tablesorter -version: 1.1.1 +version: 1.1.2 description: Applies the jQuery plugin [Tablesorter](https://mottie.github.io/tablesorter/docs/) to tables in a page icon: table author: name: Aaron Dalton email: aaron@daltons.ca homepage: https://github.com/Perlkonig/grav-plugin-tablesorter -demo: http://demo.yoursite.com keywords: grav, plugin, table, sort, jquery bugs: https://github.com/Perlkonig/grav-plugin-tablesorter/issues docs: https://github.com/Perlkonig/grav-plugin-tablesorter/blob/master/README.md