diff --git a/README.md b/README.md index c3377df..8e7db69 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,8 @@ # Restler for TYPO3 -[![Latest Stable Version](http://poser.pugx.org/aoe/restler/v)](https://packagist.org/packages/aoe/restler) [![Tests](https://github.com/AOEpeople/TYPO3_Restler/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/AOEpeople/TYPO3_Restler/actions) [![Code Coverage](https://scrutinizer-ci.com/g/AOEpeople/TYPO3_Restler/badges/coverage.png?b=main)](https://scrutinizer-ci.com/g/AOEpeople/TYPO3_Restler/?branch=main) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/AOEpeople/TYPO3_Restler/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/AOEpeople/TYPO3_Restler/?branch=main) -[![License](http://poser.pugx.org/aoe/restler/license)](https://packagist.org/packages/aoe/restler) -[![Total Downloads](http://poser.pugx.org/aoe/restler/downloads)](https://packagist.org/packages/aoe/restler) This is a TYPO3-Extension, that integrates the popular [PHP REST-framework Restler](https://github.com/Luracast/Restler) in TYPO3. diff --git a/ext_emconf.php b/ext_emconf.php index 84d9031..3b2ae3e 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -20,7 +20,7 @@ 'state' => 'stable', 'uploadfolder' => 0, 'clearCacheOnLoad' => 0, - 'version' => '12.0.2', + 'version' => '12.0.3', 'constraints' => [ 'depends' => [ 'typo3' => '12.4.0-12.4.99'