diff --git a/config.xml b/config.xml index b35feea..8902c09 100644 --- a/config.xml +++ b/config.xml @@ -2,10 +2,10 @@ keycloak_connector_demo - + 1 0 - \ No newline at end of file + diff --git a/keycloak_connector_demo.php b/keycloak_connector_demo.php index c8c8aa9..5a7d91e 100644 --- a/keycloak_connector_demo.php +++ b/keycloak_connector_demo.php @@ -35,7 +35,7 @@ public function __construct() { $this->name = 'keycloak_connector_demo'; $this->displayName = 'Keycloak OAuth2 connector demo'; - $this->version = '1.0.4'; + $this->version = '1.1.0'; $this->author = 'PrestaShop'; $this->description = 'Demo module of how to use Keycloak as OAuth2 Authentication Server for the new API'; $this->need_instance = 0;