Skip to content

Commit

Permalink
Bump to 0.2.5
Browse files Browse the repository at this point in the history
Upgrade the rclnodejs module to 0.5.0.
  • Loading branch information
Minggang Wang committed Sep 3, 2018
1 parent 48a1207 commit 724e070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ros2-web-bridge",
"version": "0.2.4",
"version": "0.2.5",
"description": "Bridge the web clients to ROS2.0 by a JSON interface",
"main": "index.js",
"keywords": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"commander": "^2.12.2",
"debug": "^3.1.0",
"rclnodejs": "^0.4.0",
"rclnodejs": "^0.x.0",
"uuid": "^3.1.0",
"ws": "^6.0.0"
}
Expand Down

0 comments on commit 724e070

Please sign in to comment.