From f1009abd7b3d3366e496ef8c9cc07b4e3ca40b4d Mon Sep 17 00:00:00 2001 From: Scott Allen Date: Fri, 24 Jul 2020 16:01:32 -0400 Subject: [PATCH] Change version to 5.3.0 --- extras/Doxyfile | 2 +- library.json | 2 +- library.properties | 2 +- src/Arduboy2.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extras/Doxyfile b/extras/Doxyfile index 161c33c..195b247 100644 --- a/extras/Doxyfile +++ b/extras/Doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "Arduboy2 Library" -PROJECT_NUMBER = +PROJECT_NUMBER = 5.3.0 PROJECT_BRIEF = PROJECT_LOGO = OUTPUT_DIRECTORY = doxygen diff --git a/library.json b/library.json index fe44581..e7ed819 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/MLXXXp/Arduboy2.git" }, - "version": "5.2.1", + "version": "5.3.0", "export": { "exclude": "extras" diff --git a/library.properties b/library.properties index 24ab125..0213f2a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Arduboy2 -version=5.2.1 +version=5.3.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 79f2694..27f139d 100644 --- a/src/Arduboy2.h +++ b/src/Arduboy2.h @@ -34,7 +34,7 @@ * #endif * \endcode */ -#define ARDUBOY_LIB_VER 50201 +#define ARDUBOY_LIB_VER 50300 // EEPROM settings /** \brief