From 1a38305e06d849128c2a741c9679dfc3e437d1c5 Mon Sep 17 00:00:00 2001 From: Artem Melnyk Date: Mon, 15 Jul 2024 13:32:59 +0200 Subject: [PATCH] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 150c894..3573e52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soundify/web-api", - "version": "1.1.1", + "version": "1.1.2", "description": "🎧 Spotify Web API client for js/ts runtime environments", "type": "module", "main": "dist/mod.cjs",