fix version naming to proper scheme

This commit is contained in:
mathilde-cryptpad 2024-03-26 16:02:19 +01:00
parent 61f250413f
commit ad2887bd72
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ version: '3.8'
services:
cryptpad:
image: "cryptpad/cryptpad:version-2024.03.0"
image: "cryptpad/cryptpad:version-2024.3.0"
hostname: cryptpad
environment:

View File

@ -1,7 +1,7 @@
{
"name": "cryptpad",
"description": "realtime collaborative visual editor with zero knowledge server",
"version": "2024.03.0",
"version": "2024.3.0",
"license": "AGPL-3.0+",
"repository": {
"type": "git",