change version to 0.4.4

This commit is contained in:
Laetitia Getti 2023-07-28 15:21:13 +02:00
parent 25d0ef5604
commit 8e63bbcd7b
4 changed files with 6 additions and 4 deletions

View file

@ -35,4 +35,6 @@
- display total price on form
- only valid phone numbers are accepted
- v0.4.3 : the orga can delete participants orders
- v0.4.3 : the orga can delete participants orders
- v0.4.4 : CSV export of a grouped order

View file

@ -1,4 +1,4 @@
# La Chariotte | 0.4.3
# La Chariotte | 0.4.4
## Présentation

View file

@ -130,7 +130,7 @@
<div class="content has-text-centered columns">
<div class="column">
<p>
<strong>La Chariotte</strong> | version 0.4.3
<strong>La Chariotte</strong> | version 0.4.4
</p>
</div>
<div class="column">

View file

@ -1,6 +1,6 @@
[project]
name = "la_chariotte"
version = "0.4.3"
version = "0.4.4"
description = "Web application for organising grouped orders"
authors = [{name = "Laetitia Getti", email = "laetitia@chariotte.fr"}]
readme = "readMe.md"