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

Commit 3e9360d

Browse files
author
Stefano Kowalke
committed
Merge branch 'release/1.1.0' into develop
2 parents c3ca8c1 + 0540e47 commit 3e9360d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "etobi/coreapi",
33
"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.",
44
"type": "typo3-cms-extension",
5-
"version": "1.0.0-beta",
5+
"version": "1.1.0",
66
"keywords": ["typo3", "extension", "deployment", "commandline", "cli"],
77
"authors": [
88
{

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
'shy' => '',
1111
'priority' => '',
1212
'module' => '',
13-
'state' => 'beta',
13+
'state' => 'stable',
1414
'internal' => '',
1515
'uploadfolder' => '0',
1616
'createDirs' => '',
1717
'modify_tables' => '',
1818
'clearCacheOnLoad' => 0,
1919
'lockType' => '',
20-
'version' => '1.0.0',
20+
'version' => '1.1.0',
2121
'constraints' => array(
2222
'depends' => array(
2323
'typo3' => '6.2.0-6.2.99',

0 commit comments

Comments
 (0)