Skip to content

Commit

Permalink
Prepare release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Apr 4, 2016
1 parent 3773176 commit 7a512f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lochmueller/autoloader",
"version": "2.0.1",
"version": "2.0.2",
"type": "typo3-cms-extension",
"description": "Automatic components loading of ExtBase extensions to get more time for coffee in the company ;) This ext is not a PHP SPL autoloader or class loader - it is better! Loads CommandController, Xclass, Hooks, Aspects, FlexForms, Slots, TypoScript, TypeConverter, BackendLayouts and take care of createing needed templates, TCA configuration or translations at the right location.",
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
$EM_CONF[$_EXTKEY] = array(
'title' => 'Autoloader',
'description' => 'Automatic components loading of ExtBase extensions to get more time for coffee in the company ;) This ext is not a PHP SPL autoloader or class loader - it is better! Loads CommandController, Xclass, Hooks, Aspects, FlexForms, Slots, TypoScript, TypeConverter, BackendLayouts and take care of createing needed templates, TCA configuration or translations at the right location.',
'version' => '2.0.1',
'version' => '2.0.2',
'state' => 'stable',
'clearcacheonload' => 1,
'author' => 'Tim Lochmüller',
Expand Down

0 comments on commit 7a512f3

Please sign in to comment.