Skip to content

Commit 1c152a9

Browse files
committed
TASK: Prepare release for version 1.0
1 parent 63c0510 commit 1c152a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
},
8080
"extra": {
8181
"branch-alias": {
82-
"dev-master": "0.x-dev"
82+
"dev-master": "1.0.x-dev"
8383
},
8484
"typo3/cms": {
8585
"extension-key": "typo3_pagerfanta",

ext_emconf.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
'author' => 'Sebastian Schreiber',
88
'author_email' => '[email protected]',
99
'state' => 'stable',
10-
'version' => '0.0.4',
10+
'version' => '1.0.0',
1111
'constraints' => [
1212
'depends' => [
13-
'typo3' => '10.4.2-11.5.99',
13+
'typo3' => '11.5.0-12.4.99',
1414
],
1515
'conflicts' => [],
1616
'suggests' => [],

0 commit comments

Comments
 (0)