diff --git a/README.md b/README.md index 25b462a0b..4dad5a3f9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Arduino ======= -MySensors Arduino Library v2.0.0-beta +MySensors Arduino Library v2.0.0 Please visit www.mysensors.org for more information diff --git a/core/Version.h b/core/Version.h index d61a364d5..e80c508ab 100644 --- a/core/Version.h +++ b/core/Version.h @@ -6,6 +6,6 @@ #ifndef Version_h #define Version_h -#define MYSENSORS_LIBRARY_VERSION "2.0.0-beta" +#define MYSENSORS_LIBRARY_VERSION "2.0.0" #endif diff --git a/library.json b/library.json index 9bd099ad1..ad4606766 100644 --- a/library.json +++ b/library.json @@ -8,7 +8,7 @@ "type": "git", "url": "https://github.com/mysensors/Arduino.git" }, - "version": "2.0.0-beta", + "version": "2.0.0", "frameworks": "arduino", "platforms": "*" } diff --git a/library.properties b/library.properties index 60d1ce7d9..b95bdcbc4 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=MySensors -version=2.0.0-beta +version=2.0.0 author=The MySensors Team maintainer=The MySensors Team sentence=Home Automation Framework