New version authelia mautrix-whatsapp

This commit is contained in:
thomas 2022-07-05 23:10:30 +02:00
parent 8d38b21d3f
commit 8d3ccf5fbd
3 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=4.36.1
VERSION=4.36.2
[ -e ./lib/function.sh ] && source ./lib/function.sh
@ -20,7 +20,7 @@ envinit() {
wget -qO - https://deb.nodesource.com/setup_16.x | bash
apt-get update
apt-get install -y nodejs
wget -qO - https://go.dev/dl/go1.18.1.linux-amd64.tar.gz | tar -C /usr/local -xz
wget -qO - https://go.dev/dl/go1.18.3.linux-amd64.tar.gz | tar -C /usr/local -xz
wget -qO - https://get.pnpm.io/install.sh | sh -
}

View File

@ -1,4 +1,10 @@
mautrix-whatsapp (0.4.0) UNRELEASED; urgency=medium
mautrix-whatsapp (0.5.0) UNRELEASED; urgency=medium
* First deb version
-- Thomas Legay <thomas@lgy.fr> Mon, 03 Jul 2022 21:08:37 +0200
mautrix-whatsapp (0.4.0) UNRELEASED; urgency=medium
* First deb version

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.4.0
VERSION=0.5.0
[ -e ./lib/function.sh ] && source ./lib/function.sh