Skip to content

Commit eb83946

Browse files
authored
Development version 2.3.0-alpha (#1073)
1 parent c805f77 commit eb83946

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MySensors Library v2.2.1-alpha
1+
MySensors Library v2.3.0-alpha
22

33
Please visit www.mysensors.org for more information
44

core/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
#define STR(x) STR_HELPER(x) //!< Helper macro, STR()
4848

4949
#define MYSENSORS_LIBRARY_VERSION_MAJOR 2 //!< Major release version
50-
#define MYSENSORS_LIBRARY_VERSION_MINOR 2 //!< Minor release version
51-
#define MYSENSORS_LIBRARY_VERSION_PATCH 1 //!< Patch version
50+
#define MYSENSORS_LIBRARY_VERSION_MINOR 3 //!< Minor release version
51+
#define MYSENSORS_LIBRARY_VERSION_PATCH 0 //!< Patch version
5252
#define MYSENSORS_LIBRARY_VERSION_PRERELEASE "alpha" //!< Pre-release suffix, i.e. alpha, beta, rc.1, etc
5353
#define MYSENSORS_LIBRARY_VERSION_PRERELEASE_NUMBER 0x00 //!< incremental counter, starting at 0x00. 0xFF for final release
5454

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/mysensors/MySensors.git"
99
},
10-
"version": "2.2.1-alpha",
10+
"version": "2.3.0-alpha",
1111
"frameworks": "arduino",
1212
"platforms": [
1313
"atmelavr",

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.2.1-alpha
2+
version=2.3.0-alpha
33
author=The MySensors Team
44
maintainer=The MySensors Team
55
sentence=Home Automation Framework

0 commit comments

Comments
 (0)