From 7dd67097e8cd7bddfda1cd8d46754d7504f71f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Wr=C3=B3blewski?= Date: Sat, 5 Oct 2024 13:55:56 +0200 Subject: [PATCH] Bump version in documentation --- docs/src/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/installation.md b/docs/src/docs/installation.md index 28e4e3ea..ff852a68 100644 --- a/docs/src/docs/installation.md +++ b/docs/src/docs/installation.md @@ -14,7 +14,7 @@ This bundle can be installed at any moment during a project’s lifecycle. Use [Composer](https://getcomposer.org/) to install the bundle: ```shell -composer require kreyu/data-table-bundle 0.22.* +composer require kreyu/data-table-bundle 0.23.* ``` ::: danger This bundle is not production ready!