From 472ca8a49c71b8af23f50c1dcfaaca689cf9311e Mon Sep 17 00:00:00 2001 From: KillerJulian Date: Sun, 26 Nov 2023 13:39:17 +0100 Subject: [PATCH] chore: bump to v1.7.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",