diff --git a/example/index.html b/example/index.html
index 6651a8f..1ac6ac5 100644
--- a/example/index.html
+++ b/example/index.html
@@ -121,7 +121,7 @@
-
+
diff --git a/package.json b/package.json
index f04b770..10295c4 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "o.js",
"description": "o.js is a isomorphic Odata Javascript library to simplify the request of data. The main goal is to build a standalone, lightweight and easy to understand Odata lib.",
- "version": "2.0.0",
+ "version": "2.0.1",
"main": "dist/cjs/o.js",
"browser": "dist/umd/o.js",
"module": "dist/es2015/o.js",