From 22eac2877d64ee0025f0272b59f42ec5a3ac0283 Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Fri, 11 Mar 2022 19:32:32 +0100 Subject: [PATCH] [RELEASE] Release Surf 3.2.1 --- Documentation/Installation/Index.rst | 6 +++--- Documentation/Settings.cfg | 2 +- Resources/services.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/Installation/Index.rst b/Documentation/Installation/Index.rst index 92c974cf..6934c5af 100644 --- a/Documentation/Installation/Index.rst +++ b/Documentation/Installation/Index.rst @@ -20,7 +20,7 @@ Download phar archive To install Surf as phar archive, run the following commands:: mkdir /usr/local/surf - curl -L https://github.com/TYPO3/Surf/releases/download/3.2.0/surf.phar -o /usr/local/surf/surf.phar + curl -L https://github.com/TYPO3/Surf/releases/download/3.2.1/surf.phar -o /usr/local/surf/surf.phar chmod +x /usr/local/surf/surf.phar ln -s /usr/local/surf/surf.phar /usr/local/bin/surf @@ -42,7 +42,7 @@ Global composer installation To install Surf globally via composer, run the following command:: - composer global require typo3/surf:^3.1 + composer global require typo3/surf:^3.2 This way, you can add `~/.composer/vendor/typo3/surf` to `PHP Include Paths` in your IDE. @@ -53,7 +53,7 @@ Local composer installation To install Surf within your project via composer, run the following command:: - composer require typo3/surf:^3.1 + composer require typo3/surf:^3.2 The advantage of this method is that you can directly inspect the source files of surf without any further configuration in your IDE. diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 53c1dbdb..b4327571 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -2,7 +2,7 @@ project = Surf release = master -version = 3.1 +version = 3.2 [notify] diff --git a/Resources/services.php b/Resources/services.php index 2a34128c..59f1ae0d 100644 --- a/Resources/services.php +++ b/Resources/services.php @@ -31,7 +31,7 @@ $parameters->set('name', 'TYPO3 Surf'); - $parameters->set('version', '3.2.0'); + $parameters->set('version', '3.2.1'); $services = $containerConfigurator->services();