Updater bot : overleaf updated to 0.2.0

This commit is contained in:
alexbelgium
2024-02-10 02:00:03 +01:00
parent 9877cd8674
commit 233690c4f6
4 changed files with 7 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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]"
}

View File

@@ -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"
}