diff --git a/LICENSE b/LICENSE index 669640f..64f81aa 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 TA2k +Copyright (c) 2022-2030 TA2k Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index ee05886..9f5f2fe 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ bosch-ebike.0.id.remote auf true/false setzen steuert den jeweiligen Befehl ## Changelog -### 0.1.8 (2024-11-25) +### 0.1.9 (2024-11-25) - fix for login @@ -45,7 +45,7 @@ bosch-ebike.0.id.remote auf true/false setzen steuert den jeweiligen Befehl MIT License -Copyright (c) 2022 TA2k +Copyright (c) 2022-2030 TA2k Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/io-package.json b/io-package.json index f3ce99b..de26b02 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "bosch-ebike", - "version": "0.1.7", + "version": "0.1.9", "news": { + "0.1.9": { + "en": "fix for login", + "de": "fix für anmeldung", + "ru": "для входа", + "pt": "correção para login", + "nl": "fix voor aanmelden", + "fr": "correction de la connexion", + "it": "correzione per il login", + "es": "fijación para iniciar sesión", + "pl": "fix dla logowania", + "uk": "фіксувати логін", + "zh-cn": "登录的固定" + }, "0.1.7": { "en": "add max trips setting", "de": "Maximale Anzahl von Fahrten hinzufügen" @@ -53,8 +66,14 @@ "pl": "Adapter do Bosch eBike", "zh-cn": "Bosch eBike 适配器" }, - "authors": ["TA2k "], - "keywords": ["bosch", "ebike", "ebike connect"], + "authors": [ + "TA2k " + ], + "keywords": [ + "bosch", + "ebike", + "ebike connect" + ], "license": "MIT", "platform": "Javascript/Node.js", "main": "main.js", @@ -88,8 +107,12 @@ } ] }, - "encryptedNative": ["password"], - "protectedNative": ["password"], + "encryptedNative": [ + "password" + ], + "protectedNative": [ + "password" + ], "native": { "username": "", "password": "", diff --git a/package-lock.json b/package-lock.json index 75f8a2a..cea4f3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.bosch-ebike", - "version": "0.1.8", + "version": "0.1.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.bosch-ebike", - "version": "0.1.8", + "version": "0.1.9", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.2.2", diff --git a/package.json b/package.json index 2f218c2..aed3bdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.bosch-ebike", - "version": "0.1.8", + "version": "0.1.9", "description": "Adapter for Bosch eBike", "author": { "name": "TA2k",