diff --git a/CHANGELOG b/CHANGELOG index 43284d3..4c7cd6e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -55,3 +55,5 @@ * #4382: Hide temporary files on Windows * #4387: Add -device-id command line switch +[0.5.0] +* Updated to version 0.14.40 diff --git a/CloudronManifest.json b/CloudronManifest.json index efcf26b..0fb1ef0 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Decentralized file synchronization", - "version": "0.4.0", + "version": "0.5.0", "healthCheckPath": "/check", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 17f79ee..f55f4d8 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Syncthing v0.14.39. +This app packages Syncthing v0.14.40. Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. diff --git a/Dockerfile b/Dockerfile index 0b2d55a..227f626 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN ./configure \ --build=cloudron-river RUN make install -ENV VERSION 0.14.39 +ENV VERSION 0.14.40 RUN mkdir -p /app/code \ && wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \