Skip to content

Commit

Permalink
0.19.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rctoris committed Feb 17, 2016
1 parent 9e60186 commit 75ae81d
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.18.0",
"version": "0.19.0-SNAPSHOT",
"homepage": "https://github.com/RobotWebTools/roslibjs",
"authors": [
"Russell Toris<[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion build/roslib.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = Object.assign || function (target, source) {
* If you use nodejs, this is the variable you get when you require('roslib')
*/
var ROSLIB = this.ROSLIB || {
REVISION : '0.18.0'
REVISION : '0.19.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.18.0",
"version": "0.19.0-SNAPSHOT",
"license": "BSD",
"main": "./src/RosLibNode.js",
"browser": {
Expand Down
2 changes: 1 addition & 1 deletion src/RosLib.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* If you use nodejs, this is the variable you get when you require('roslib')
*/
var ROSLIB = this.ROSLIB || {
REVISION : '0.18.0'
REVISION : '0.19.0-SNAPSHOT'
};

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

0 comments on commit 75ae81d

Please sign in to comment.