diff --git a/overleaf/CHANGELOG.md b/overleaf/CHANGELOG.md index 90f94d211..902fbc25d 100644 --- a/overleaf/CHANGELOG.md +++ b/overleaf/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.2.0 (10-02-2024) +- Update to latest version from sharelatex/sharelatex ### 0.1 (05-02-2024) - Minor bugs fixed diff --git a/overleaf/Dockerfile b/overleaf/Dockerfile index ab1e674c8..ddee31010 100644 --- a/overleaf/Dockerfile +++ b/overleaf/Dockerfile @@ -15,7 +15,7 @@ ################# ARG BUILD_VERSION -ARG BUILD_UPSTREAM="0.0.98" +ARG BUILD_UPSTREAM="0.2.0" ARG BUILD_FROM FROM $BUILD_FROM diff --git a/overleaf/config.json b/overleaf/config.json index 34850b647..b761b4a4a 100644 --- a/overleaf/config.json +++ b/overleaf/config.json @@ -38,6 +38,6 @@ }, "slug": "overleaf", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.1", + "version": "0.2.0", "webui": "http://[HOST]:[PORT:80]" } diff --git a/overleaf/updater.json b/overleaf/updater.json index 9cae0781a..869987f40 100644 --- a/overleaf/updater.json +++ b/overleaf/updater.json @@ -1,8 +1,8 @@ { - "last_update": "15-04-2023", + "last_update": "10-02-2024", "repository": "alexbelgium/hassio-addons", "slug": "overleaf", "source": "github", "upstream_repo": "sharelatex/sharelatex", - "upstream_version": "0.0.98" + "upstream_version": "0.2.0" }