Skip to content

Commit 62463f9

Browse files
committed
[TASK] Update to version 0.1.3
1 parent de8d663 commit 62463f9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"type": "typo3-cms-extension",
44
"description": "\"News importer\": Import news feeds into your TYPO3 CMS",
55
"license": ["GPL-2.0+"],
6-
"version": "0.1.1",
76
"require": {
87
"typo3/cms-core": ">=6.2.1,<8.0",
98
"querypath/querypath": "^3"

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'title' => 'News importer',
99
'description' => 'Import RSS/Atom feeds or externals HTML as ext:news records',
1010
'category' => 'plugin',
11-
'version' => '0.1.2',
11+
'version' => '0.1.3',
1212
'state' => 'alpha',
1313
'clearcacheonload' => TRUE,
1414
'author' => 'Frans Saris',

0 commit comments

Comments
 (0)