From ef751b2be8bbb23f5fbbeda6b6ec700505ddbd88 Mon Sep 17 00:00:00 2001 From: janh Date: Tue, 20 Aug 2024 15:55:48 +0200 Subject: [PATCH] updated to 2.0.1 --- example/index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",