Skip to content

Commit a97de0e

Browse files
committed
raised and fixed version number
1 parent c8a01c2 commit a97de0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"serviceprovider"
1111
],
1212
"license":"GPL-3.0-only",
13-
"version": "2.0.0",
13+
"version": "2.0.1",
1414
"require": {
1515
"typo3/cms-core": ">=8.6.0",
1616
"daniel-pfeil/serviceprovider-apache-shib": "^1.1.0",

ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
$EM_CONF[$_EXTKEY] = array(
2121
'title' => 'SAML Authentication',
2222
'description' => 'This extension adds a authentication method for SAML with different service provider.',
23-
'version' => '2.0.0',
23+
'version' => '2.0.1',
2424
'category' => 'services',
2525
'constraints' => array(
2626
'depends' => array(

0 commit comments

Comments
 (0)