diff --git a/README.md b/README.md index 2d917b0..6cd5f6a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # openSenseMap Client -Based on API version: `v11.1.0` +Based on API version: `v11.2.0` [![NPM](https://nodei.co/npm/opensensemap-client.png)](https://npmjs.org/package/opensensemap-client) diff --git a/package.json b/package.json index 02b8bd7..87084d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "opensensemap-client", "description": "The library allows and improves type-based working with the openSenseMap API", - "version": "1.6.0", + "version": "1.7.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": "https://github.com/KillerJulian/opensensemap-client",