From 58ae2564123e5af6ef0b1a9b48338d7f744b550c Mon Sep 17 00:00:00 2001 From: Scott Allen Date: Fri, 6 Apr 2018 15:16:26 -0400 Subject: [PATCH] Change version to 5.1.0 --- 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 211790b..3a4e719 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/MLXXXp/Arduboy2.git" }, - "version": "5.0.0", + "version": "5.1.0", "export": { "exclude": "extras" diff --git a/library.properties b/library.properties index 08ac895..b44b753 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Arduboy2 -version=5.0.0 +version=5.1.0 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 dd09996..9b86f4a 100644 --- a/src/Arduboy2.h +++ b/src/Arduboy2.h @@ -34,7 +34,7 @@ * #endif * \endcode */ -#define ARDUBOY_LIB_VER 50000 +#define ARDUBOY_LIB_VER 50100 // EEPROM settings #define ARDUBOY_UNIT_NAME_LEN 6 /**< The maximum length of the unit name string. */