Skip to content

Commit

Permalink
Update version number in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gbirke committed Apr 26, 2021
1 parent 83da9a1 commit fe2a5b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 4.0.1 (2021-04-26)
- Update version number in composer.json

## 4.0.0 (2021-04-04)
- Drop PHP support for versions < 7.4
- Upgrade PHPUnit from 8.x to 9.x
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "birke/rememberme",
"version": "3.0.0",
"version": "4.0.1",
"description": "Secure \"Remember Me\" functionality",
"keywords": [ "cookie", "remember", "security"],
"homepage": "https://github.com/gbirke/rememberme",
Expand Down

0 comments on commit fe2a5b2

Please sign in to comment.