Skip to content

Commit 17b4c4f

Browse files
authored
Merge pull request #4 from pfeilda/develop
raise version number properly
2 parents 8cffbb5 + ef02b72 commit 17b4c4f

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": "3.0.0",
13+
"version": "3.0.1",
1414
"require": {
1515
"typo3/minimal": ">=9",
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["samlauthentication"] = [
2121
'title' => 'SAML Authentication',
2222
'description' => 'This extension adds a authentication method for SAML with different service provider.',
23-
'version' => '2.0.1',
23+
'version' => '3.0.1',
2424
'category' => 'services',
2525
'constraints' => [
2626
'depends' => [

0 commit comments

Comments
 (0)