Skip to content

Commit 4d493fa

Browse files
committed
Bump version: 0.11.0 → 0.12.0
1 parent 597821e commit 4d493fa

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.11.0
2+
current_version = 0.12.0
33
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
44
commit = True
55
tag = True

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '0.11.0'
63+
version = '0.12.0'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '0.11.0'
65+
release = '0.12.0'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

generic/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* All settings for controlling the behavior and role
77
* of the firmware should be made inside this file.
88
*
9-
* Software release 0.11.0
9+
* Software release 0.12.0
1010
*
1111
* Copyright (C) 2014-2017 Richard Pobering <[email protected]>
1212
* Copyright (C) 2014-2017 Andreas Motl <[email protected]>

generic/generic.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
MQTT bus serialized as JSON dictionary, all of which
2323
is beyond the scope of this MCU code.
2424
25-
Software release 0.11.0
25+
Software release 0.12.0
2626
2727
Copyright (C) 2014-2016 Richard Pobering <[email protected]>
2828
Copyright (C) 2014-2016 Andreas Motl <[email protected]>

node-gprs-any/node-gprs-any.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Collect sensor data, serialize as JSON and send it through GPRSbee.
66
HTTP is preferred, however FTP, SMS, TCP and MQTT will be at your service.
77
8-
Software release 0.11.0
8+
Software release 0.12.0
99
1010
Copyright (C) 2015-2016 Andreas Motl <[email protected]>
1111
Copyright (C) 2015-2016 Clemens Gruber <[email protected]>

node-rfm69-beradio/src/node-rfm69-beradio.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Code collects sensor data encodes them with BERadio protocol
66
and sends it through RFM69 radio module to a gateway.
77
8-
Software release 0.11.0
8+
Software release 0.12.0
99
1010
Copyright (C) 2014-2016 Richard Pobering <[email protected]>
1111
Copyright (C) 2014-2016 Andreas Motl <[email protected]>

0 commit comments

Comments
 (0)