Skip to content

Commit

Permalink
Bump version to "0.3.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
stewart committed Apr 8, 2015
1 parent bb7e07a commit f040a55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ Thank you!

## Release History

0.3.0 - Compatability with Cylon 1.0.0

0.2.0 - Compatability with Cylon 0.22.0

0.1.0 - Initial release
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cylon-ollie",
"version": "0.2.0",
"version": "0.3.0",
"main": "lib/cylon-ollie.js",
"description": "Cylon module for Ollie",
"homepage": "http://cylonjs.com",
Expand All @@ -24,8 +24,8 @@
},

"dependencies": {
"cylon": "~0.22.0",
"cylon-ble": "~0.4.0",
"cylon": "~1.0.0",
"cylon-ble": "~0.5.0",
"hybridgroup-spheron": "~0.3.0"
}
}

0 comments on commit f040a55

Please sign in to comment.