Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
solexious committed Jun 15, 2010
1 parent b08c676 commit 6a36dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NotifyBoard.pde
Expand Up @@ -18,7 +18,7 @@ Copyright 2010 Charles Yarnold charlesyarnold@gmail.com
This sketch requires the arduino Library from:
http://github.com/solexious/MatrixDisplay
Version 0.3
Version 0.31
*/

#include <FatReader.h>
Expand Down Expand Up @@ -297,7 +297,7 @@ void initText(void)
disp.syncDisplays();
fadeIn();
disp.clear();
drawString(0,0,"NotificationBoardV0.3");
drawString(0,0,"NotificationBoard0.31");
disp.syncDisplays();
fadeIn();
disp.clear();
Expand Down

0 comments on commit 6a36dfc

Please sign in to comment.