diff --git a/README.md b/README.md index e28b898..ca3f6fa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them. -**Shipped version:** 0.14.2~ynh2 +**Shipped version:** 0.17.3~ynh1 **Demo:** https://excalidraw.com @@ -46,4 +46,4 @@ or sudo yunohost app upgrade excalidraw -u https://github.com/YunoHost-Apps/excalidraw_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index baf7d14..48bf2ae 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Excalidraw est un outil de tableau blanc collaboratif virtuel qui vous permet d'esquisser facilement des diagrammes qui ont l'impression d'être dessinés à la main. -**Version incluse :** 0.14.2~ynh2 +**Version incluse :** 0.17.3~ynh1 **Démo :** https://excalidraw.com diff --git a/manifest.toml b/manifest.toml index 643d5bc..7c695f7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Excalidraw" description.en = "Virtual whiteboard for sketching hand-drawn like diagrams" description.fr = "Tableau blanc collaboratif virtuel qui vous permet d'esquisser facilement des diagrammes" -version = "0.14.2~ynh2" +version = "0.17.3~ynh1" maintainers = [] @@ -39,8 +39,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/excalidraw/excalidraw/archive/refs/tags/v0.17.0.tar.gz" - sha256 = "8806dbb31df6d164aabad661bb79191cc603859d50b00565b864069ee390e230" + url = "https://github.com/excalidraw/excalidraw/archive/refs/tags/v0.17.3.tar.gz" + sha256 = "8bf3d856e9f9e115ee5af5799c0588b92c5935180ff8c61f77ce62165c19eef8" autoupdate.strategy = "latest_github_release" [resources.system_user]