diff --git a/README.md b/README.md index be173cf..42cc8ba 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Magento 2.0 Category Sidebar extension ![Alt text](header.jpg?raw=true "Magento2 Category sidebar") + This extension will add the ability to show one of your root categories in a sidebar. The root category can be selected from the Magento2 admin config page. ## Installation with composer diff --git a/composer.json b/composer.json index c955bda..8a5f8c3 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "sebwite/magento2-category-sidebar", "description": "Magento 2.0 sidebar", "type": "magento2-module", - "version": "1.0.0", + "version": "1.0.1", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/etc/module.xml b/etc/module.xml index b0fbf90..3381246 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file