Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clockspot committed Aug 21, 2020
1 parent 669fea3 commit e207f50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion arduino-nixie/arduino-nixie.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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 //////////
Expand Down

0 comments on commit e207f50

Please sign in to comment.