Skip to content

Commit 674d89b

Browse files
author
Francois Suter
committed
[BUGFIX] Consistent version numbers
Set proper version number wherever appropriate and raise to 3.1.1.
1 parent b732b8f commit 674d89b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"role": "Developer"
1313
}
1414
],
15-
"version": "3.0.0",
15+
"version": "3.1.1",
1616
"require": {
1717
"typo3/cms-core": ">=7.6.1,<8.0"
1818
},

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'description' => 'Create links to any record (e.g. news)',
1616
'category' => 'plugin',
1717
'shy' => 0,
18-
'version' => '3.1.0',
18+
'version' => '3.1.1',
1919
'dependencies' => '',
2020
'conflicts' => '',
2121
'priority' => '',

0 commit comments

Comments
 (0)