Skip to content

Commit

Permalink
Task/set version to 2.0.0 (#78)
Browse files Browse the repository at this point in the history
* [TASK] Set ext version to 2.0.0
  • Loading branch information
lukaszuznanski authored and tmotyl committed Nov 1, 2019
1 parent 1cf0d03 commit 1285d2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?php

$EM_CONF[$_EXTKEY] = [
'title' => 'headless',
'title' => 'Headless',
'description' => 'This extension provides way to output content from TYPO3 in JSON format.',
'state' => 'beta',
'state' => 'stable',
'author' => 'Łukasz Uznański',
'author_email' => 'extensions@macopedia.pl',
'category' => 'fe',
'internal' => '',
'version' => '1.0.0',
'version' => '2.0.0',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-10.0.99',
Expand Down

0 comments on commit 1285d2f

Please sign in to comment.