Skip to content

Commit

Permalink
0.8.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rctoris committed Aug 18, 2015
1 parent b8df8dd commit 861eec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "ros2d",
"homepage": "https://www.robotwebtools.org",
"description": "2D Visualization Library for use with the ROS JavaScript Libraries",
"version": "0.7.0",
"version": "0.8.0-SNAPSHOT",
"license": "BSD",
"devDependencies": {
"grunt": "~0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Ros2D.js
Expand Up @@ -3,7 +3,7 @@
*/

var ROS2D = ROS2D || {
REVISION : '0.7.0'
REVISION : '0.8.0-SNAPSHOT'
};

// convert the given global Stage coordinates to ROS coordinates
Expand Down

0 comments on commit 861eec1

Please sign in to comment.