diff --git a/config.xml b/config.xml index 8902c09..dbe1e77 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ keycloak_connector_demo - + diff --git a/keycloak_connector_demo.php b/keycloak_connector_demo.php index 5a7d91e..b5d84de 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.1.0'; + $this->version = '1.2.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;