Skip to content

Commit

Permalink
Bump version to v2.0.2 (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <[email protected]>
  • Loading branch information
EduPonz authored Nov 26, 2020
1 parent 8f5e26d commit 92a307b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ the need for compilation. To do this, a Docker image will be used.

4. Load the Docker image:

$ docker load -i ubuntu-fast-dds-shapesdemo_2.0.0.tar
$ docker load -i ubuntu-fast-dds-shapesdemo_2.0.2.tar

5. Run the Docker image:

$ docker run -it --privileged -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix ubuntu-fast-dds-shapesdemo:v2.0.0
$ docker run -it --privileged -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix ubuntu-fast-dds-shapesdemo:v2.0.2

### Windows

Expand Down
6 changes: 3 additions & 3 deletions shapes-demo.repos
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ repositories:
fastcdr:
type: git
url: https://github.com/eProsima/Fast-CDR.git
version: v1.0.14
version: v1.0.16
fastrtps:
type: git
url: https://github.com/eProsima/Fast-RTPS.git
version: v2.0.1
version: v2.0.2
shapes-demo:
type: git
url: https://github.com/eProsima/ShapesDemo.git
version: v2.0.1
version: v2.0.2

2 changes: 1 addition & 1 deletion version.pri
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHAPESVERSION="2.0.1"
SHAPESVERSION="2.0.2"

0 comments on commit 92a307b

Please sign in to comment.