diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7746434..3e25d23 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.0 +current_version = 0.14.0 files = doc/source/conf.py node-rfm69-beradio/src/node-rfm69-beradio.ino node-gprs-any/node-gprs-any.ino generic/generic.ino generic/config.h commit = True tag = True diff --git a/doc/source/conf.py b/doc/source/conf.py index cad0b0a..ed0504b 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -60,9 +60,9 @@ # built documents. # # The short X.Y version. -version = '0.13.0' +version = '0.14.0' # The full version, including alpha/beta/rc tags. -release = '0.13.0' +release = '0.14.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/generic/config.h b/generic/config.h index 3c9d2e8..ad6d0df 100644 --- a/generic/config.h +++ b/generic/config.h @@ -6,7 +6,7 @@ * All settings for controlling the behavior and role * of the firmware should be made inside this file. * - * Software release 0.13.0 + * Software release 0.14.0 * * Copyright (C) 2014-2017 Richard Pobering * Copyright (C) 2014-2017 Andreas Motl diff --git a/generic/generic.ino b/generic/generic.ino index 18e9024..c4a6e71 100644 --- a/generic/generic.ino +++ b/generic/generic.ino @@ -22,7 +22,7 @@ MQTT bus serialized as JSON dictionary, all of which is beyond the scope of this MCU code. - Software release 0.13.0 + Software release 0.14.0 Copyright (C) 2014-2016 Richard Pobering Copyright (C) 2014-2016 Andreas Motl diff --git a/node-gprs-any/node-gprs-any.ino b/node-gprs-any/node-gprs-any.ino index 38df864..18b7aa7 100644 --- a/node-gprs-any/node-gprs-any.ino +++ b/node-gprs-any/node-gprs-any.ino @@ -5,7 +5,7 @@ Collect sensor data, serialize as JSON and send it through GPRSbee. HTTP is preferred, however FTP, SMS, TCP and MQTT will be at your service. - Software release 0.13.0 + Software release 0.14.0 Copyright (C) 2015-2016 Andreas Motl Copyright (C) 2015-2016 Clemens Gruber diff --git a/node-rfm69-beradio/src/node-rfm69-beradio.ino b/node-rfm69-beradio/src/node-rfm69-beradio.ino index 64ef29d..845a8b0 100644 --- a/node-rfm69-beradio/src/node-rfm69-beradio.ino +++ b/node-rfm69-beradio/src/node-rfm69-beradio.ino @@ -5,7 +5,7 @@ Code collects sensor data encodes them with BERadio protocol and sends it through RFM69 radio module to a gateway. - Software release 0.13.0 + Software release 0.14.0 Copyright (C) 2014-2016 Richard Pobering Copyright (C) 2014-2016 Andreas Motl