Skip to content

Commit

Permalink
Bump to 0.2.7
Browse files Browse the repository at this point in the history
Fix #None
  • Loading branch information
Minggang Wang committed Aug 12, 2019
1 parent 3642797 commit de55bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ros2-web-bridge, which leverages the [rclnodejs](https://github.com/RobotWebTool

## ROS2 support

The ros2-web-bridge **SUPPORTS** the latest ROS 2 stable release by default, please visit the [relase channel](https://github.com/ros2/ros2/releases) to check out the information.
The ros2-web-bridge **SUPPORTS** the latest ROS 2 stable release by default (currently [Dashing Patch 2](https://github.com/ros2/ros2/releases/tag/release-dashing-20190806)), please visit the [relase channel](https://github.com/ros2/ros2/releases) to check out the information.

Any one who wants to run on the nightly build of ROS 2, please change the `dependencies` section of [package.json](https://github.com/RobotWebTools/ros2-web-bridge/blob/develop/package.json) file to install other version of [rclnodejs](https://github.com/RobotWebTools/rclnodejs#match-with-ros-20-stable-releases).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ros2-web-bridge",
"version": "0.2.6",
"version": "0.2.7",
"description": "Bridge the web clients to ROS2.0 by a JSON interface",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit de55bf8

Please sign in to comment.