Skip to content

Commit

Permalink
update build to rerelease 0.20.0 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonl authored Jan 4, 2018
1 parent fb657f6 commit a0f5b04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build/roslib.js
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ module.exports = shouldUseNative() ? 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.19.0-SNAPSHOT'
REVISION : '0.20.0'
};

var assign = require('object-assign');
Expand Down Expand Up @@ -2419,6 +2419,7 @@ var Message = require('./Message');
* * queue_size - the queue created at bridge side for re-publishing webtopics (defaults to 100)
* * latch - latch the topic when publishing
* * queue_length - the queue length at bridge side used when subscribing (defaults to 0, no queueing).
* * reconnect_on_close - the flag to enable resubscription and readvertisement on close event(defaults to true).
*/
function Topic(options) {
options = options || {};
Expand Down
Loading

0 comments on commit a0f5b04

Please sign in to comment.