Skip to content

Commit

Permalink
Change version to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MLXXXp committed Jul 25, 2020
1 parent 8fc6eee commit f1009ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extras/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/MLXXXp/Arduboy2.git"
},
"version": "5.2.1",
"version": "5.3.0",
"export":
{
"exclude": "extras"
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
sentence=An alternative library for use with the Arduboy game system.
Expand Down
2 changes: 1 addition & 1 deletion src/Arduboy2.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* #endif
* \endcode
*/
#define ARDUBOY_LIB_VER 50201
#define ARDUBOY_LIB_VER 50300

// EEPROM settings
/** \brief
Expand Down

0 comments on commit f1009ab

Please sign in to comment.