Skip to content

Commit 843fe43

Browse files
author
Christian Kolb
committed
Prepare bugfix release
1 parent 192f84c commit 843fe43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This Symfony bundle includes Symfony normalizers for automatic normalization and
2222

2323
As it's a central part of an application, it's tested thoroughly (including mutation testing). Currently, more than 80% of the lines of code in this repository are tests.
2424

25-
[![Latest Stable Version](https://img.shields.io/badge/stable-0.13.0-blue)](https://packagist.org/packages/digital-craftsman/date-time-precision)
25+
[![Latest Stable Version](https://img.shields.io/badge/stable-0.13.1-blue)](https://packagist.org/packages/digital-craftsman/date-time-precision)
2626
[![PHP Version Require](https://img.shields.io/badge/php-8.4|8.5-5b5d95)](https://packagist.org/packages/digital-craftsman/date-time-precision)
2727
[![codecov](https://codecov.io/gh/digital-craftsman-de/date-time-precision/branch/main/graph/badge.svg?token=vZ0IvKPj2f)](https://codecov.io/gh/digital-craftsman-de/date-time-precision)
2828
![Packagist Downloads](https://img.shields.io/packagist/dt/digital-craftsman/date-time-precision)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "digital-craftsman/date-time-precision",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "A Symfony bundle for more precise date and time handling through value objects",
55
"type": "symfony-bundle",
66
"require": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)