Skip to content

Commit

Permalink
bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsporny committed May 17, 2018
1 parent 01113f2 commit 2b22075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function BlindsAccessory(log, config) {
this.infoService
.setCharacteristic(Characteristic.Manufacturer, 'Radoslaw Sporny')
.setCharacteristic(Characteristic.Model, 'RaspberryPi GPIO Blinds')
.setCharacteristic(Characteristic.SerialNumber, 'Version 1.0.1');
.setCharacteristic(Characteristic.SerialNumber, 'Version 1.1.0');

// use gpio pin numbering
rpio.init({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-gpio-blinds",
"version": "1.0.1",
"version": "1.1.0",
"description": "Homebridge plugin to control blinds via Raspberry Pi GPIO pins",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 2b22075

Please sign in to comment.