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

Commit f18081b

Browse files
author
Stefano Kowalke
committed
Raise the version number
1 parent 8f98fda commit f18081b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "0.2.0",
5+
"version": "1.0.0-beta",
66
"keywords": ["typo3", "extension", "deployment", "commandline", "cli"],
77
"authors": [
88
{

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'shy' => '',
1111
'priority' => '',
1212
'module' => '',
13-
'state' => 'alpha',
13+
'state' => 'beta',
1414
'internal' => '',
1515
'uploadfolder' => '0',
1616
'createDirs' => '',

0 commit comments

Comments
 (0)