Change version to 3.1.0

This commit is contained in:
Scott Allen 2017-02-07 10:03:48 -05:00
parent b4707dc546
commit 2760d87194
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/MLXXXp/Arduboy2.git"
},
"version": "3.0.0",
"version": "3.1.0",
"exclude": "extras",
"frameworks": "arduino",
"platforms": "atmelavr"

View File

@ -1,5 +1,5 @@
name=Arduboy2
version=3.0.0
version=3.1.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.

View File

@ -32,7 +32,7 @@
* #endif
* \endcode
*/
#define ARDUBOY_LIB_VER 30000
#define ARDUBOY_LIB_VER 30100
// EEPROM settings
#define ARDUBOY_UNIT_NAME_LEN 6 /**< The maximum length of the unit name string. */