Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
* (bluefox) Used MD5 for the file consistency check
  • Loading branch information
GermanBluefox committed Aug 20, 2024
1 parent 6af7e72 commit 2ad9e4b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To run this adapter, you need:
-->

## Changelog
### **WORK IN PROGRESS**
### 0.1.1 (2024-08-20)
* (bluefox) Used MD5 for the file consistency check

### 0.1.0 (2024-08-19)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "kisshome-research",
"version": "0.1.0",
"version": "0.1.1",
"news": {
"0.1.1": {
"en": "Used MD5 for the file consistency check",
"de": "Gebrauchte MD5 für die Dateikonsistenzprüfung",
"ru": "Использованный MD5 для проверки последовательности файла",
"pt": "Usado MD5 para verificação de consistência de arquivo",
"nl": "Gebruikte MD5 voor de controle op bestandsconsistentie",
"fr": "MD5 utilisé pour la vérification de la cohérence des fichiers",
"it": "Usato MD5 per il controllo della consistenza del file",
"es": "MD5 usado para el control de consistencia del archivo",
"pl": "Używany MD5 do sprawdzania spójności plików",
"uk": "Використовується MD5 для перевірки відповідності файлів",
"zh-cn": "用于文件一致性检查的 MD5"
},
"0.1.0": {
"en": "File upload was implemented",
"de": "Datei-Upload wurde implementiert",
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": "iobroker.kisshome-research",
"version": "0.1.0",
"version": "0.1.1",
"description": "Collection of information for KISSHome research",
"author": {
"name": "Denis Haev",
Expand Down
2 changes: 1 addition & 1 deletion src-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker-admin-component-telegram",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"start": "set PORT=4173 && craco start",
"build": "craco build"
Expand Down

0 comments on commit 2ad9e4b

Please sign in to comment.