From 46ecb2dd78aed367ecdf59f563f25ad775748165 Mon Sep 17 00:00:00 2001 From: Scott Allen Date: Fri, 16 Jun 2017 18:44:44 -0400 Subject: [PATCH] Change version to 4.0.1 --- library.json | 2 +- library.properties | 2 +- src/Arduboy2.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 958dbda..4e9251d 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/MLXXXp/Arduboy2.git" }, - "version": "4.0.0", + "version": "4.0.1", "exclude": "extras", "frameworks": "arduino", "platforms": "atmelavr" diff --git a/library.properties b/library.properties index f407bfa..a2147f1 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Arduboy2 -version=4.0.0 +version=4.0.1 author=Chris J. Martinez, Kevin Bates, Josh Goebel, Scott Allen, Ross O. Shoger maintainer=Scott Allen sentence=An alternative library for use with the Arduboy game system. diff --git a/src/Arduboy2.h b/src/Arduboy2.h index 56b88d7..2f3ebb6 100644 --- a/src/Arduboy2.h +++ b/src/Arduboy2.h @@ -32,7 +32,7 @@ * #endif * \endcode */ -#define ARDUBOY_LIB_VER 40000 +#define ARDUBOY_LIB_VER 40001 // EEPROM settings #define ARDUBOY_UNIT_NAME_LEN 6 /**< The maximum length of the unit name string. */