add semantic versionning

This commit is contained in:
Laetitia Getti 2023-06-09 14:19:52 +02:00
parent 248ee2f914
commit a7c5a0670d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# La Chariotte | 0.2.0 # La Chariotte | 1.1.1
## Présentation ## Présentation

View file

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