Skip to content

Commit

Permalink
new version 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sickbart committed Dec 29, 2024
1 parent 822bad3 commit 611c03b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 18 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ from [Sure Petcare®](https://www.surepetcare.com/en-us/press).

## Changelog

### 2.3.3 (2024-12-30)

* (Sickboy78) fixed a bug when feeder does not have bowls data

### 2.3.2 (2024-12-07)

* (Sickboy78) quick fix for surepet api changes
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "sureflap",
"version": "2.3.2",
"version": "2.3.3",
"news": {
"2.3.3": {
"en": "minor bugfix",
"de": "kleinere Fehlerbehebung",
"ru": "Слава Украины",
"pt": "pequena correção de erros",
"nl": "kleine bugfix",
"fr": "correction d'un bug mineur",
"it": "correzione di un bug minore",
"es": "corrección de errores menores",
"pl": "drobna poprawka błędu",
"uk": "незначне виправлення",
"zh-cn": "小故障修复"
},
"2.3.2": {
"en": "quick fix for api changes",
"de": "schneller Fix für API Änderungen",
Expand Down Expand Up @@ -67,19 +80,6 @@
"pl": "nowe stany JSON dla kroniki i godziny policyjnej",
"uk": "нові JSON-стани для хроніки та комендантської години",
"zh-cn": "为编年史和宵禁新增 JSON 状态"
},
"2.1.2": {
"en": "dependency updates",
"de": "Aktualisierungen der Abhängigkeiten",
"ru": "Слава Украины",
"pt": "actualizações de dependências",
"nl": "afhankelijkheidsupdates",
"fr": "mises à jour de la dépendance",
"it": "aggiornamenti sulla dipendenza",
"es": "actualizaciones de dependencia",
"pl": "aktualizacje zależności",
"uk": "оновлення залежностей",
"zh-cn": "依赖性更新"
}
},
"titleLang": {
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const utils = require('@iobroker/adapter-core');
const https = require('https');
const util = require('util');

const ADAPTER_VERSION = '2.3.2';
const ADAPTER_VERSION = '2.3.3';

const REQUEST_TIMEOUT = 120000;
// Constants - data update frequency
Expand Down
4 changes: 2 additions & 2 deletions 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.sureflap",
"version": "2.3.2",
"version": "2.3.3",
"description": "Adpater for smart pet devices from Sure Petcare",
"author": {
"name": "Sickboy78",
Expand Down

0 comments on commit 611c03b

Please sign in to comment.