updated to version 0.9.17
diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md
index 30ffdd2..0c73272 100644
--- a/doc/CHANGELOG.md
+++ b/doc/CHANGELOG.md
@@ -1,3 +1,10 @@
+## v0.9.17 - May 30, 2013
+
+* Fixed Ripple load bug for default load param in CLI
+* Updated license headers
+* Updated jsDOM dependencies
+* Updated jasmine loading from submodules to using Bower
+
 ## v0.9.16 - March 22, 2013
 
 * Added support for serve app from multiple folders
diff --git a/lib/client/platform/cordova/2.0.0/bridge/file.js b/lib/client/platform/cordova/2.0.0/bridge/file.js
index 3b4bb57..0571419 100644
--- a/lib/client/platform/cordova/2.0.0/bridge/file.js
+++ b/lib/client/platform/cordova/2.0.0/bridge/file.js
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
- 
+
 // HACK: fs keeps a reference to the last-used FileSystem requested via requestFileSystem
 // this is a hack because if you keep switching between TEMPORARY vs. PERSISTENT file systems requested,
 // and run Cordova File API methods, no parameter is passed into exec specifying the underlying File System.
diff --git a/package.json b/package.json
index 8b294c2..ee7e58e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ripple-emulator",
-  "version": "0.9.16",
+  "version": "0.9.17",
   "description": "A browser based html5 mobile application development and testing tool",
   "homepage": "http://ripple.incubator.apache.org/",
   "author": {