Skip to content

Commit

Permalink
Change version to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MLXXXp committed Nov 16, 2018
1 parent c87f512 commit 974f529
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1.0",
"version": "5.2.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.1.0
version=5.2.0
author=Chris J. Martinez, Kevin Bates, Josh Goebel, Scott Allen, Ross O. Shoger
maintainer=Scott Allen <saydisp-git@yahoo.ca>
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 @@ -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. */
Expand Down

0 comments on commit 974f529

Please sign in to comment.