Skip to content

Commit d2cc97c

Browse files
committed
Bumping version after PR #21
1 parent 3b40061 commit d2cc97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firmware/OpenLCD/OpenLCD.ino

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

2525
//Firmware version. This is sent when requested. Helpful for tech support.
2626
const byte firmwareVersionMajor = 1;
27-
const byte firmwareVersionMinor = 2;
27+
const byte firmwareVersionMinor = 3;
2828

2929
#include <Wire.h> //For I2C functions
3030
#include <SPI.h> //For SPI functions

0 commit comments

Comments
 (0)