diff --git a/library.json b/library.json index 3a4e719..f3ac5c1 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/MLXXXp/Arduboy2.git" }, - "version": "5.1.0", + "version": "5.2.0", "export": { "exclude": "extras" diff --git a/library.properties b/library.properties index b44b753..8d7be9a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Arduboy2 -version=5.1.0 +version=5.2.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 b9a8afe..b12a50c 100644 --- a/src/Arduboy2.h +++ b/src/Arduboy2.h @@ -33,7 +33,7 @@ * #endif * \endcode */ -#define ARDUBOY_LIB_VER 50100 +#define ARDUBOY_LIB_VER 50200 // EEPROM settings #define ARDUBOY_UNIT_NAME_LEN 6 /**< The maximum length of the unit name string. */