Skip to content

Commit

Permalink
Release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbungle64 committed Dec 13, 2021
1 parent 01eb4ef commit 3c1ab53
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)

## Changelog

### 0.3.4
* Several improvements to control the bots
* Add new options to adapter config

### 0.3.3
* Implemented max retries limit (15)

Expand Down
6 changes: 5 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "switchbot-ble",
"version": "0.3.3",
"version": "0.3.4",
"news": {
"0.3.4": {
"en": "Several improvements to control the bots",
"de": "Ein paar Verbesserungen beim Steuern der Bots"
},
"0.3.3": {
"en": "Implemented max retries limit (15)",
"de": "Begrenzung max. Wiederholungsversuche implementiert (15)"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.switchbot-ble",
"version": "0.3.3",
"version": "0.3.4",
"description": "SwitchBot BLE",
"author": {
"name": "Sascha Hölzel",
Expand Down

0 comments on commit 3c1ab53

Please sign in to comment.