Skip to content

Commit

Permalink
Bump module version
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Nov 28, 2024
1 parent 34f9815 commit af98777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>keycloak_connector_demo</name>
<displayName><![CDATA[Keycloak OAuth2 connector demo]]></displayName>
<version><![CDATA[1.1.0]]></version>
<version><![CDATA[1.2.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>
Expand Down
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.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;
Expand Down

0 comments on commit af98777

Please sign in to comment.