From 4cf98d679da87513f7d8539328c9e417ad11dae9 Mon Sep 17 00:00:00 2001 From: Moul Date: Sun, 5 Mar 2017 20:14:20 +0100 Subject: [PATCH] [enh] update to version 1.1.7 which fix security issues. --- README.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f72177..39e0970 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Jappix for Yunohost ------------------- -**Shipped version:** 1.1.6 +**Shipped version:** 1.1.7 [Jappix](https://jappix.org) is a full-featured XMPP web-client with an open social platform which enables you to host your communication 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"