Skip to content

Commit

Permalink
Revert "Bump version to 2.2.0-beta" (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
tekka007 committed Jan 17, 2017
1 parent 6bad2c7 commit c2dfedc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
@@ -1,4 +1,7 @@
MySensors Library v2.2.0-beta
Arduino
=======

MySensors Arduino Library v2.1.0-beta

Please visit www.mysensors.org for more information

Expand All @@ -14,4 +17,4 @@ Current build status of development branch: [![Build Status](https://ci.mysensor

Current build status of master branch (nightly build of Arduino IDE): [![Build Status](https://ci.mysensors.org/job/Nightlies/job/MySensorsArduinoNightlyIDE/job/master/badge/icon)](https://ci.mysensors.org/job/Nightlies/job/MySensorsArduinoNightlyIDE/job/master/)

Current build status of development branch (nightly build of Arduino IDE): [![Build Status](https://ci.mysensors.org/job/Nightlies/job/MySensorsArduinoNightlyIDE/job/development/badge/icon)](https://ci.mysensors.org/job/Nightlies/job/MySensorsArduinoNightlyIDE/job/development/)
Current build status of development branch (nightly build of Arduino IDE): [![Build Status](https://ci.mysensors.org/job/Nightlies/job/MySensorsArduinoNightlyIDE/job/development/badge/icon)](https://ci.mysensors.org/job/Nightlies/job/MySensorsArduinoNightlyIDE/job/development/)
2 changes: 1 addition & 1 deletion core/Version.h
Expand Up @@ -24,6 +24,6 @@
#ifndef Version_h
#define Version_h

#define MYSENSORS_LIBRARY_VERSION "2.2.0-beta"
#define MYSENSORS_LIBRARY_VERSION "2.1.0-beta"

#endif
2 changes: 1 addition & 1 deletion library.json
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/mysensors/MySensors.git"
},
"version": "2.2.0-beta",
"version": "2.1.0-beta",
"frameworks": "arduino",
"platforms": [
"atmelavr",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=MySensors
version=2.2.0-beta
version=2.1.0-beta
author=The MySensors Team
maintainer=The MySensors Team
sentence=Home Automation Framework
Expand Down

0 comments on commit c2dfedc

Please sign in to comment.