mirror of
https://github.com/YunoHost-Apps/grist_ynh.git
synced 2024-09-03 20:36:18 +02:00
Merge pull request #17 from YunoHost-Apps/ci-auto-update-1.1.10
Upgrade to v1.1.10
This commit is contained in:
commit
0543022176
3 changed files with 5 additions and 5 deletions
|
@ -32,7 +32,7 @@ More about the features can be found here: <https://github.com/gristlabs/grist-c
|
|||
- You cannot log out from Grist, you have to log out from YunoHost to do that.
|
||||
|
||||
|
||||
**Shipped version:** 1.1.9~ynh2
|
||||
**Shipped version:** 1.1.10~ynh1
|
||||
|
||||
**Demo:** https://docs.getgrist.com
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ Plus d'information sur les fonctionnalités sont disponibles ici : <https://gith
|
|||
- Vous ne pouvez pas vous déconnecter depuis Grist, pour ce faire, vous devez vous déconnecter de YunoHost.
|
||||
|
||||
|
||||
**Version incluse :** 1.1.9~ynh2
|
||||
**Version incluse :** 1.1.10~ynh1
|
||||
|
||||
**Démo :** https://docs.getgrist.com
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Grist"
|
|||
description.en = "Modern relational spreadsheet"
|
||||
description.fr = "Feuille de calcul relationnelle moderne"
|
||||
|
||||
version = "1.1.9~ynh2"
|
||||
version = "1.1.10~ynh1"
|
||||
|
||||
maintainers = ["fflorent"]
|
||||
|
||||
|
@ -56,8 +56,8 @@ ram.runtime = "150M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/gristlabs/grist-core/archive/refs/tags/v1.1.9.tar.gz"
|
||||
sha256 = "1b910a05beccf17d0bfd2d703b2346aa416adca2f791609c40a058f3b184e49f"
|
||||
url = "https://github.com/gristlabs/grist-core/archive/refs/tags/v1.1.10.tar.gz"
|
||||
sha256 = "401b0d92c18c785be365d2f3cb5162a694ad1d68fa1741a60522478647a1bb6d"
|
||||
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
|
|
Loading…
Reference in a new issue