Skip to content

Commit

Permalink
Merge pull request #60 from PrestaShop/bump-version
Browse files Browse the repository at this point in the history
Bump version 1.1.0
  • Loading branch information
jolelievre authored Apr 12, 2024
2 parents ac736a1 + 7f7a5c9 commit 1ca327f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<module>
<name>keycloak_connector_demo</name>
<displayName><![CDATA[Keycloak OAuth2 connector demo]]></displayName>
<version><![CDATA[1.0.4]]></version>
<version><![CDATA[1.1.0]]></version>
<description><![CDATA[Demo module of how to use Keycloak as OAuth2 Authentication Server for the new API]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[]]></tab>
<is_configurable>1</is_configurable>
<need_instance>0</need_instance>
</module>
</module>
2 changes: 1 addition & 1 deletion keycloak_connector_demo.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1ca327f

Please sign in to comment.