From d04b29bf83c9f0bab9f360e8879d0467658cba94 Mon Sep 17 00:00:00 2001 From: KillerJulian Date: Sun, 12 Sep 2021 00:35:34 +0200 Subject: [PATCH] Bump to v1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e6bf25..f0dad9d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "opensensemap-client", "description": "The library allows and improves type-bassed working with the openSenseMap API", - "version": "1.0.2", + "version": "1.1.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": "https://github.com/KillerJulian/opensensemap-client",