From af4f75d4c31eecfbc95f818dd97e06701f783841 Mon Sep 17 00:00:00 2001 From: KillerJulian Date: Thu, 24 Nov 2022 17:36:12 +0100 Subject: [PATCH] Bump to v1.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6628b27..e7dcb36 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.3.0", + "version": "1.3.1", "main": "./dist/index.js", "types": "./dist/index.d.ts", "repository": "https://github.com/KillerJulian/opensensemap-client",