diff --git a/example/index.html b/example/index.html index 81e6bb3..93094e9 100644 --- a/example/index.html +++ b/example/index.html @@ -120,8 +120,8 @@

- - + + diff --git a/package-lock.json b/package-lock.json index d2875b3..386ea0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "o.js", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.2.1", + "version": "1.3.0", "license": "MIT", "dependencies": { "cross-fetch": "^3.0.6", diff --git a/package.json b/package.json index 466ee9e..7f1a0ae 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": "1.2.1", + "version": "1.3.0", "main": "dist/cjs/o.js", "browser": "dist/umd/o.js", "module": "dist/es2015/o.js",