Skip to content

Commit

Permalink
version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Feb 16, 2024
1 parent 96a27a2 commit c10d85c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN mkdir -p /home/pi
COPY dvl-a50 /home/pi/dvl-a50
RUN cd /home/pi/dvl-a50 && pip3 install .

LABEL version="1.0.3"
LABEL version="1.0.4"
LABEL permissions='\
{\
"ExposedPorts": {\
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Changelog

### v1.0.4
- Fix issue introduced in v1.0.3 where the extension was unable to talk to Cable-guy

### v1.0.3
- Uses an random available port instead of 9001 to avoid conflict
- Updated menu icon
Expand Down
2 changes: 1 addition & 1 deletion dvl-a50/static/service.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description":"Driver for Waterlinked's DVL A50",
"icon":"mdi-dots-vertical",
"company":"Blue Robotics",
"version":"1.0.3",
"version":"1.0.4",
"webpage":"https://github.com/bluerobotics/BlueOS-Water-Linked-DVL",
"api":""
}

0 comments on commit c10d85c

Please sign in to comment.