Release 2.0.0-beta.10

This commit is contained in:
Linus Groh
2020-02-07 21:42:03 +00:00
parent 4078597f7a
commit 00fbb7cd7c
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 2.0.0-beta.10 (2020-02-07)
- Add "distance travelled" feature
## 2.0.0-beta.9 (2020-02-06)
- Support locale with language and region part (`en-GB`)

View File

@@ -6,7 +6,7 @@ COPY . ./
RUN yarn build
FROM nginx:1.17-alpine
LABEL version="2.0.0-beta.9"
LABEL version="2.0.0-beta.10"
LABEL description="OwnTracks UI"
LABEL maintainer="Linus Groh <mail@linusgroh.de>"
ENV LISTEN_PORT=80 \

View File

@@ -1,6 +1,6 @@
{
"name": "owntracks-ui",
"version": "2.0.0-beta.9",
"version": "2.0.0-beta.10",
"author": {
"name": "Linus Groh",
"email": "mail@linusgroh.de"