Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
Raise version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Kowalke committed Oct 28, 2014
1 parent c3ca8c1 commit 0540e47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "etobi/coreapi",
"description": "Provides a simple to use API for common core features. Goal is to be able to do the most common tasks by CLI instead of doing it in the backend/browser.",
"type": "typo3-cms-extension",
"version": "1.0.0-beta",
"version": "1.1.0",
"keywords": ["typo3", "extension", "deployment", "commandline", "cli"],
"authors": [
{
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
'shy' => '',
'priority' => '',
'module' => '',
'state' => 'beta',
'state' => 'stable',
'internal' => '',
'uploadfolder' => '0',
'createDirs' => '',
'modify_tables' => '',
'clearCacheOnLoad' => 0,
'lockType' => '',
'version' => '1.0.0',
'version' => '1.1.0',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-6.2.99',
Expand Down

0 comments on commit 0540e47

Please sign in to comment.