Skip to content

Commit

Permalink
version bump to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonl committed Feb 5, 2015
1 parent dbe0d72 commit 3c56343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "roslib",
"description": "roslibjs is the core JavaScript library for interacting with ROS from the browser. It uses WebSockets to connect with rosbridge and provides publishing, subscribing, service calls, actionlib, TF, URDF parsing, and other essential ROS functionality. roslibjs is developed as part of the Robot Web Tools effort.",
"version": "0.11.0",
"version": "0.12.0",
"homepage": "https://github.com/RobotWebTools/roslibjs",
"authors": [
"Russell Toris<[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "roslib",
"homepage": "https://www.robotwebtools.org",
"description": "The standard ROS Javascript Library",
"version": "0.11.0",
"version": "0.12.0",
"license": "BSD",
"main": "./src/RosLibNode.js",
"browser": "./src/RosLib.js",
Expand Down

0 comments on commit 3c56343

Please sign in to comment.