Skip to content

Commit

Permalink
0.18.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rctoris committed Sep 1, 2015
1 parent a1e0ab3 commit 5306d8d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.17.0",
"version": "0.18.0-SNAPSHOT",
"homepage": "https://github.com/RobotWebTools/roslibjs",
"authors": [
"Russell Toris<rctoris@wpi.edu>",
Expand Down
2 changes: 1 addition & 1 deletion build/roslib.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = Object.assign || function (target, source) {
*/

var ROSLIB = this.ROSLIB || {
REVISION : '0.17.0'
REVISION : '0.18.0-SNAPSHOT'
};

var assign = require('object-assign');
Expand Down
2 changes: 1 addition & 1 deletion build/roslib.min.js

Large diffs are not rendered by default.

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.17.0",
"version": "0.18.0-SNAPSHOT",
"license": "BSD",
"main": "./src/RosLibNode.js",
"browser": "./src/RosLib.js",
Expand Down
2 changes: 1 addition & 1 deletion src/RosLib.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

var ROSLIB = this.ROSLIB || {
REVISION : '0.17.0'
REVISION : '0.18.0-SNAPSHOT'
};

var assign = require('object-assign');
Expand Down

0 comments on commit 5306d8d

Please sign in to comment.