Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit de55bf8

Browse files
author
Minggang Wang
committed
Bump to 0.2.7
Fix #None
1 parent 3642797 commit de55bf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ros2-web-bridge, which leverages the [rclnodejs](https://github.com/RobotWebTool
88

99
## ROS2 support
1010

11-
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.
11+
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.
1212

1313
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).
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ros2-web-bridge",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "Bridge the web clients to ROS2.0 by a JSON interface",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)