From e207f5082177a634d25c15f00f636a1857573cc7 Mon Sep 17 00:00:00 2001 From: Luke McKenzie Date: Thu, 20 Aug 2020 21:40:55 -0500 Subject: [PATCH] v1.8.0 --- README.md | 2 +- arduino-nixie/arduino-nixie.ino | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ffa9d3..8a0570b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [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. -# Operating instructions, v1.7.0 +# Operating instructions, v1.7+ 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) diff --git a/arduino-nixie/arduino-nixie.ino b/arduino-nixie/arduino-nixie.ino index 40c4424..7cc9199 100644 --- a/arduino-nixie/arduino-nixie.ino +++ b/arduino-nixie/arduino-nixie.ino @@ -11,7 +11,7 @@ ////////// Software version ////////// const byte vMajor = 1; -const byte vMinor = 7; +const byte vMinor = 8; const byte vPatch = 0; ////////// Other includes, global consts, and vars //////////