Skip to content

Commit f53396c

Browse files
authored
Merge pull request #519 from defuse/final-240
Final changes for the v2.4.0 release
2 parents 05248e0 + a4265d0 commit f53396c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ support](https://www.php.net/supported-versions.php), which at the time of
1818
writing means PHP 8.0 or later. Using this library with an unsupported
1919
version of PHP could lead to security vulnerabilities.
2020

21-
The current version of `php-encryption` is v2.3.1. This library is expected to
21+
The current version of `php-encryption` is v2.4.0. This library is expected to
2222
remain stable and supported by its authors with security and bugfixes until at
2323
least January 1st, 2024.
2424

docs/InternalDeveloperDocs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Check out the branch you want to release:
111111
git checkout <branchname>
112112
```
113113

114-
Check that the version number in composer.json is correct:
114+
Check that the version number in composer.json is correct (or not specified so that it gets picked up from the git tag):
115115

116116
```
117117
cat composer.json

0 commit comments

Comments
 (0)