Release 2.3.1

This commit is contained in:
Linus Groh
2020-05-09 15:50:52 +01:00
parent c3e6b775f9
commit bb87ec01d4
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -2,6 +2,10 @@
Dates are in UTC.
## 2.3.1 (2020-05-09)
- Fix linting issue in `config.md`
## 2.3.0 (2020-05-09)
- Add `api.fetchOptions` config option - this allows sending custom HTTP headers or including
+1 -1
View File
@@ -6,7 +6,7 @@ COPY . ./
RUN yarn build
FROM nginx:1.17-alpine
LABEL version="2.3.0"
LABEL version="2.3.1"
LABEL description="OwnTracks UI"
LABEL maintainer="Linus Groh <mail@linusgroh.de>"
ENV LISTEN_PORT=80 \
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "owntracks-ui",
"version": "2.3.0",
"version": "2.3.1",
"author": {
"name": "Linus Groh",
"email": "mail@linusgroh.de"