Skip to content

Commit ed29706

Browse files
committed
chore: bump patch version
1 parent f6779bd commit ed29706

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Coverage Status](https://coveralls.io/repos/github/blues/note-arduino/badge.svg?branch=master)](https://coveralls.io/github/blues/note-arduino?branch=master)
22

3-
# note-arduino
3+
# note-arduino
44

55
The note-arduino Arduino library for communicating with the
66
[Blues][blues] Notecard via serial or I²C. Includes example sketches in

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Blues Wireless Notecard
2-
version=1.6.0
2+
version=1.6.1
33
author=Blues
44
maintainer=Blues <[email protected]>
55
sentence=An easy to use Notecard Library for Arduino.

src/Notecard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
#define NOTE_ARDUINO_VERSION_MAJOR 1
4949
#define NOTE_ARDUINO_VERSION_MINOR 6
50-
#define NOTE_ARDUINO_VERSION_PATCH 0
50+
#define NOTE_ARDUINO_VERSION_PATCH 1
5151

5252
#define NOTE_ARDUINO_VERSION NOTE_C_STRINGIZE(NOTE_ARDUINO_VERSION_MAJOR) "." NOTE_C_STRINGIZE(NOTE_ARDUINO_VERSION_MINOR) "." NOTE_C_STRINGIZE(NOTE_ARDUINO_VERSION_PATCH)
5353

0 commit comments

Comments
 (0)