From 845b6edb50e3abac5c6f99d1ddd396a0c1a595bd Mon Sep 17 00:00:00 2001 From: Raj Chevli Date: Fri, 17 Mar 2017 14:55:17 +0000 Subject: [PATCH] Bump version number up to 0.6.0 & Update Readme --- README.md | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 134a872..decb547 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ php vendor/bin/phpunit --coverage-clover build/logs/clover.xml vendor/ctidigital | Attributes | :x: | :x: | :x: | | Categories | :x: | :x: | :x: | | Products | :x: | :x: | :x: | -| Admin Roles | :x: | :x: | :x: | -| Admin Users | :x: | :x: | :x: | +| Admin Roles | :white_check_mark: | :x: | :white_check_mark: | +| Admin Users | :white_check_mark: | :x: | :white_check_mark: | | Pages | :white_check_mark: | :x: | :white_check_mark: | | Customers | :x: | :x: | :x: | | Media | :x: | :x: | :x: | diff --git a/composer.json b/composer.json index 3d6e473..002bb17 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "satooshi/php-coveralls": "^1.0", "phpunit/phpunit": "4.1.0" }, - "version": "0.5.6-dev", + "version": "0.6.0-dev", "autoload": { "files": [ "registration.php" ], "psr-4": {