Skip to content

Commit

Permalink
Change version to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MLXXXp committed Jun 16, 2017
1 parent b121d19 commit 46ecb2d
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": "4.0.0",
"version": "4.0.1",
"exclude": "extras",
"frameworks": "arduino",
"platforms": "atmelavr"
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=4.0.0
version=4.0.1
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 @@ -32,7 +32,7 @@
* #endif
* \endcode
*/
#define ARDUBOY_LIB_VER 40000
#define ARDUBOY_LIB_VER 40001

// EEPROM settings
#define ARDUBOY_UNIT_NAME_LEN 6 /**< The maximum length of the unit name string. */
Expand Down

0 comments on commit 46ecb2d

Please sign in to comment.