From abac7ded582988a84001ccdd92d5e772fa19fd5e Mon Sep 17 00:00:00 2001 From: poblouin Date: Tue, 15 Feb 2022 18:55:55 -0500 Subject: [PATCH 1/3] add funding information --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 3618807..d10efc1 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,10 @@ "bugs": { "url": "https://github.com/poblouin/homebridge-spotify-speaker/issues" }, + "funding": { + "type" : "github", + "url" : "https://github.com/sponsors/poblouin" + }, "engines": { "node": ">=14.18.1", "homebridge": ">=1.3.5" From c3b39b5b1fb8f2bd133f29a82fad0c539fdfd116 Mon Sep 17 00:00:00 2001 From: poblouin Date: Thu, 17 Feb 2022 12:58:10 -0500 Subject: [PATCH 2/3] add funding file --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..391e1c4 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +github: poblouin \ No newline at end of file From a1e7e53572637d656991aeb8bf5eb0a74df527c4 Mon Sep 17 00:00:00 2001 From: poblouin Date: Thu, 17 Feb 2022 12:59:15 -0500 Subject: [PATCH 3/3] bump 1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94e0cb0..c3e69c7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "displayName": "Homebridge Spotify Speaker", "name": "@poblouin/homebridge-spotify-speaker", - "version": "1.0.2", + "version": "1.0.3", "description": "Homebridge plugin that creates a speaker that plays a specific Spotify playlist", "license": "MIT", "author": "Pierre-Olivier Blouin ",