Skip to content

Commit

Permalink
Bump Version to v2019.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lephisto committed Apr 17, 2019
1 parent 6143fa7 commit 42865a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ WORKDIR /

# Configure it
WORKDIR tesla-apiscraper
RUN git checkout v2019.4
RUN git checkout v2019.4.1
RUN cp config.py.dist config.py

# Create temp files for dashboard API calls
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.compose
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WORKDIR /

# Configure it
WORKDIR tesla-apiscraper
RUN git checkout v2019.4
RUN git checkout v2019.4.1
# Define our startup script
RUN echo "#!/bin/bash" > /start.sh
RUN echo "python3 /tesla-apiscraper/apiscraper.py" >> /start.sh
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Selfhosted API Scraper for pulling Vehicle Telemetry from the Tesla Owner API in

Known to work with Model S, X and 3.

_Current Release: v2019.4_
_Current Release: v2019.4.1_

**Putting an end to __handing out the Key__ for your 100+ Grand Car to a third party you don't know.**

Expand Down Expand Up @@ -115,7 +115,7 @@ rm -rf srtm.py
eg:
```
cd tesla-apiscraper
git checkout v2019.4
git checkout v2019.4.1
```

- Configure API Scraper
Expand Down

0 comments on commit 42865a5

Please sign in to comment.