Skip to content

Commit 58ec236

Browse files
committed
Bump version
Signed-off-by: Sara Damiano <[email protected]>
1 parent 35d35e8 commit 58ec236

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.2.1

docs/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "SDI-12 for Arduino"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 2.2.0
51+
PROJECT_NUMBER = 2.2.1
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SDI-12",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"keywords": "SDI-12, sdi12, communication, bus, sensor, Decagon",
55
"description": "An Arduino library for SDI-12 communication with a wide variety of environmental sensors.",
66
"repository": {

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SDI-12
2-
version=2.2.0
2+
version=2.2.1
33
author=Kevin M. Smith <[email protected]>, Shannon Hicks <[email protected]>
44
maintainer=Sara Damiano <[email protected]>
55
sentence=An Arduino library for SDI-12 communication with a wide variety of environmental sensors.

0 commit comments

Comments
 (0)