diff --git a/README.md b/README.md index 6d2a7dd..2155502 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ The installable [package][package-url] and [implementations][implementation-url] This library depends on `psr/container` but that package is prefixed on another repository and is called `publishpress/psr-container`. This will be adjusted by the script `post-update.php`. In order to update this library, you need to: -1. Run the command `composer update`; -2. Commit the changes; -3. Create a new release on GitHub naming it with the original version number and incrementing the fourth digit with the current iteration; +1. Update the `composer.json` file with the new version of the original library and the current iteration (4th digit); +2. Run the command `composer update`. The scripts on the `src` folder will be auto generated; +3. Run the tests `composer test`; +4. Commit the changes; +5. Create a new release on GitHub naming it with the original version number and incrementing the fourth digit with the current iteration; diff --git a/composer.json b/composer.json index d8df157..ef21734 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "publishpress/pimple-pimple", - "version": "3.5.0.3", + "version": "3.5.0.4", "type": "library", "description": "Pimple, a simple Dependency Injection Container, prefixed for PublishPress", "keywords": [