Skip to content

Commit 1f2e29d

Browse files
authored
Merge pull request #37 from iamandrewluca/patch-1
[TASK] Update version number
2 parents de5daaf + fe8fc9d commit 1f2e29d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "cobweb/linkhandler",
33
"type": "typo3-cms-extension",
44
"description": "Create links to any record (e.g. news)",
5+
"version": "3.1.2",
56
"license": [
67
"GPL-2.0+"
78
],

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'title' => 'Generic record link handler',
55
'description' => 'Create links to any record (e.g. news)',
66
'category' => 'plugin',
7-
'version' => '3.1.1',
7+
'version' => '3.1.2',
88
'state' => 'stable',
99
'uploadfolder' => 0,
1010
'createDirs' => '',

0 commit comments

Comments
 (0)