diff --git a/composer.json b/composer.json index 967bf17..003fb25 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "cobweb/linkhandler", "type": "typo3-cms-extension", "description": "Create links to any record (e.g. news)", - "version": "3.1.2", + "version": "3.1.3", "license": [ "GPL-2.0+" ], diff --git a/ext_emconf.php b/ext_emconf.php index 0196cea..f0bad25 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'Generic record link handler', 'description' => 'Create links to any record (e.g. news)', 'category' => 'plugin', - 'version' => '3.1.2', + 'version' => '3.1.3', 'state' => 'stable', 'uploadfolder' => 0, 'createDirs' => '',