diff --git a/.doctrine-project.json b/.doctrine-project.json index 3e1550f3..19205c35 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -5,20 +5,22 @@ "docsSlug": "doctrine-persistence", "versions": [ { - "name": "3.3", - "branchName": "3.3.x", + "name": "3.4", + "branchName": "3.4.x", "slug": "latest", "upcoming": true }, + { + "name": "3.3", + "branchName": "3.3.x", + "slug": "3.3", + "current": true + }, { "name": "3.2", "branchName": "3.2.x", "slug": "3.2", - "current": true, - "aliases": [ - "current", - "stable" - ] + "maintained": false }, { "name": "3.1", diff --git a/README.md b/README.md index a7b88215..aeaaad3c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Doctrine Persistence -[![GitHub Actions][GA 3.2 image]][GA 3.2] -[![Code Coverage][Coverage 3.2 image]][CodeCov 3.2] +[![GitHub Actions][GA 3.3 image]][GA 3.3] +[![Code Coverage][Coverage 3.3 image]][CodeCov 3.3] The Doctrine Persistence project is a library that provides common abstractions for object mapper persistence. @@ -11,7 +11,7 @@ The Doctrine Persistence project is a library that provides common abstractions * [Documentation](https://www.doctrine-project.org/projects/doctrine-persistence/en/latest/index.html) * [Downloads](https://github.com/doctrine/persistence/releases) - [Coverage 3.2 image]: https://codecov.io/gh/doctrine/persistence/branch/3.2.x/graph/badge.svg - [CodeCov 3.2]: https://codecov.io/gh/doctrine/persistence/branch/3.2.x - [GA 3.2 image]: https://github.com/doctrine/persistence/workflows/Continuous%20Integration/badge.svg?branch=3.2.x - [GA 3.2]: https://github.com/doctrine/persistence/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A3.2.x + [Coverage 3.3 image]: https://codecov.io/gh/doctrine/persistence/branch/3.3.x/graph/badge.svg + [CodeCov 3.3]: https://codecov.io/gh/doctrine/persistence/branch/3.3.x + [GA 3.3 image]: https://github.com/doctrine/persistence/workflows/Continuous%20Integration/badge.svg?branch=3.3.x + [GA 3.3]: https://github.com/doctrine/persistence/actions?query=workflow%3A%22Continuous+Integration%22+branch%3A3.3.x