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 diff --git a/package.json b/package.json index ddb8585..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 ", @@ -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"