diff --git a/package.json b/package.json index f7a50de..8ce13ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aphp-gestime-exporter", - "version": "0.0.0", + "version": "0.1.0", "private": true, "type": "module", "engines": { diff --git a/public/manifest.json b/public/manifest.json index 0c836b6..c1ac3f4 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "APHP Gestime Exporter", - "version": "1.0.0", + "version": "0.1.0", "description": "Exportez votre planning de travail Gestime vers un fichier calendrier ICS", "action": { "default_popup": "index.html",