From f76844584a48f2636e11b3c9ede8b8f79a883a18 Mon Sep 17 00:00:00 2001 From: baerengraben Date: Fri, 7 Jan 2022 23:47:34 +0100 Subject: [PATCH] Updates due to Adapter-Checker (https://www.iobroker.dev/adapter-check) --- LICENSE | 2 +- README.md | 2 +- io-package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index a67c4d4..07773f0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 baerengraben +Copyright (c) 2022 baerengraben 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 c0de48d..490939d 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ This change makes it necessary to regenerate IDs. So, to install version 1.0.1, ## License MIT License -Copyright (c) 2021 baerengraben +Copyright (c) 2022 baerengraben 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 f473dc7..cab1c10 100644 --- a/io-package.json +++ b/io-package.json @@ -95,7 +95,7 @@ "materialize": true, "dependencies": [ { - "js-controller": ">=1.4.2" + "js-controller": ">=3.0.0" } ] },