diff --git a/README.md b/README.md index 1f72177..843f69f 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,8 @@ -Jappix for Yunohost -------------------- +#Jappix package for YunoHost -**Shipped version:** 1.1.6 +- **YunoHost**: https://yunohost.org/ +- **Shipped version:** 1.1.7 -[Jappix](https://jappix.org) is a full-featured XMPP web-client +Jappix is a full-featured XMPP web-client with an open social platform which enables you to host your communication platform wherever you want to. - -## Links ## - -**Jappix**: https://jappix.org/ - -**YunoHost**: https://yunohost.org/ diff --git a/manifest.json b/manifest.json index a92865b..1962914 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://jappix.org/", "license": "AGPL-3", - "version": "1.1.6", + "version": "1.1.7", "maintainer": { "name": "titoko", "email": "titoko@titoko.fr" diff --git a/scripts/_common.sh b/scripts/_common.sh index cfc17c4..a8b7f17 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSION="1.1.6" +VERSION="1.1.7" JAPPIX_SOURCE_URL="https://github.com/jappix/jappix/archive/${VERSION}.tar.gz"