Skip to content

Commit 7eed3bd

Browse files
committed
Release of 2.0.0
2 parents bc2cbbb + 5955041 commit 7eed3bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Arduino
22
=======
33

4-
MySensors Arduino Library v2.0.0-beta
4+
MySensors Arduino Library v2.0.0
55

66
Please visit www.mysensors.org for more information
77

core/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
#ifndef Version_h
77
#define Version_h
88

9-
#define MYSENSORS_LIBRARY_VERSION "2.0.0-beta"
9+
#define MYSENSORS_LIBRARY_VERSION "2.0.0"
1010

1111
#endif

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/mysensors/Arduino.git"
1010
},
11-
"version": "2.0.0-beta",
11+
"version": "2.0.0",
1212
"frameworks": "arduino",
1313
"platforms": "*"
1414
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=MySensors
2-
version=2.0.0-beta
2+
version=2.0.0
33
author=The MySensors Team
44
maintainer=The MySensors Team
55
sentence=Home Automation Framework

0 commit comments

Comments
 (0)