Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoduj committed Nov 1, 2020
1 parent 155317d commit ac50787
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## 1.1.3

- [NEW] funding link

## 1.1.2

- [FIX] reset targetState at startup just in case
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-gogogate2",
"version": "1.1.2",
"version": "1.1.3",
"author": "Nicolas Dujardin",
"description": "Publish your gogogate 2 to homebridge",
"main": "index.js",
Expand Down Expand Up @@ -48,12 +48,12 @@
},
"funding": [
{
"type" : "github",
"url" : "https://github.com/sponsors/nicoduj/"
"type": "github",
"url": "https://github.com/sponsors/nicoduj/"
},
{
"type" : "paypal",
"url" : "https://www.paypal.me/nicoduj/"
"type": "paypal",
"url": "https://www.paypal.me/nicoduj/"
}
]
}

0 comments on commit ac50787

Please sign in to comment.