mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
Fix version start with digit in manifest.json
This commit is contained in:
parent
a20c6c7bb3
commit
8454cabeee
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
},
|
},
|
||||||
"url": "https://monica.com",
|
"url": "https://monica.com",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"version": "v2.1.1",
|
"version": "2.1.1",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "Sebastian Gumprich",
|
"name": "Sebastian Gumprich",
|
||||||
"email": "yunohost@gumpri.ch",
|
"email": "yunohost@gumpri.ch",
|
||||||
|
|
Loading…
Add table
Reference in a new issue