Skip to content

Commit

Permalink
Merge pull request #402 from greg0ire/update-readme
Browse files Browse the repository at this point in the history
Bump version number in README
  • Loading branch information
SenseException authored Nov 4, 2024
2 parents 2f078b0 + 32d6841 commit a7f84c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Doctrine Persistence

[![GitHub Actions][GA 3.4 image]][GA 3.4]
[![Code Coverage][Coverage 3.4 image]][CodeCov 3.4]
[![GitHub Actions][GA 4.0 image]][GA 4.0]
[![Code Coverage][Coverage 4.0 image]][CodeCov 4.0]

The Doctrine Persistence project is a library that provides common abstractions for object mapper persistence.

Expand All @@ -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.4 image]: https://codecov.io/gh/doctrine/persistence/branch/3.4.x/graph/badge.svg
[CodeCov 3.4]: https://codecov.io/gh/doctrine/persistence/branch/3.4.x
[GA 3.4 image]: https://github.com/doctrine/persistence/actions/workflows/continuous-integration.yml/badge.svg?branch=3.4.x
[GA 3.4]: https://github.com/doctrine/persistence/actions/workflows/continuous-integration.yml?branch=3.4.x
[Coverage 4.0 image]: https://codecov.io/gh/doctrine/persistence/branch/4.0.x/graph/badge.svg
[CodeCov 4.0]: https://codecov.io/gh/doctrine/persistence/branch/4.0.x
[GA 4.0 image]: https://github.com/doctrine/persistence/actions/workflows/continuous-integration.yml/badge.svg?branch=4.0.x
[GA 4.0]: https://github.com/doctrine/persistence/actions/workflows/continuous-integration.yml?branch=4.0.x

0 comments on commit a7f84c2

Please sign in to comment.