From 0540e47d4513cdd3c51af58fecb5d81c4e06f05a Mon Sep 17 00:00:00 2001 From: Stefano Kowalke Date: Tue, 28 Oct 2014 10:45:28 +0100 Subject: [PATCH] Raise version to 1.1.0 --- composer.json | 2 +- ext_emconf.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 12bf043..2db1be6 100644 --- a/composer.json +++ b/composer.json @@ -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": [ { diff --git a/ext_emconf.php b/ext_emconf.php index b97d8c8..24320b1 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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',