Skip to content

Commit e207f50

Browse files
committed
v1.8.0
1 parent 669fea3 commit e207f50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

1313
[The latest release can be downloaded here.](https://github.com/clockspot/arduino-nixie/releases/latest) Skip to [Hardware Configuration](#hardware-configuration) for details on tweaking the sketch.
1414

15-
# Operating instructions, v1.7.0
15+
# Operating instructions, v1.7+
1616

1717
The clock displays its software version when powered up (as of v1.6). [Instructions for earlier versions are here.](https://github.com/clockspot/arduino-nixie/releases)
1818

arduino-nixie/arduino-nixie.ino

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

1212
////////// Software version //////////
1313
const byte vMajor = 1;
14-
const byte vMinor = 7;
14+
const byte vMinor = 8;
1515
const byte vPatch = 0;
1616

1717
////////// Other includes, global consts, and vars //////////

0 commit comments

Comments
 (0)