Skip to content

Commit

Permalink
[RELEASE] Release Surf 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Mar 11, 2022
1 parent 044dc8d commit 22eac28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Documentation/Installation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

project = Surf
release = master
version = 3.1
version = 3.2

[notify]

Expand Down
2 changes: 1 addition & 1 deletion Resources/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

$parameters->set('name', 'TYPO3 Surf');

$parameters->set('version', '3.2.0');
$parameters->set('version', '3.2.1');

$services = $containerConfigurator->services();

Expand Down

0 comments on commit 22eac28

Please sign in to comment.