Forgot to advance version number after fixing var index to type int a couple of weeks ago

This commit is contained in:
sanni 2019-11-12 09:49:24 +01:00 committed by GitHub
parent 874f4a659c
commit 1f2b9dcc4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@
Cartridge Reader for Arduino Mega2560
Author: sanni
Date: 27-09-2019
Version: 4.0
Date: 12.11.2019
Version: 4.1
SD lib: https://github.com/greiman/SdFat
LCD lib: https://github.com/adafruit/Adafruit_SSD1306
@ -43,7 +43,7 @@
**********************************************************************************/
#include <SdFat.h>
char ver[5] = "4.0";
char ver[5] = "4.1";
/******************************************
Options