Skip to content

Commit

Permalink
Bump version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lunOptics committed Jun 22, 2020
1 parent b9dec74 commit 55f01e6
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 @@ -15,7 +15,7 @@
"maintainer": true
},
"homepage": "https://luni64.github.io/TeensyStep",
"version": "2.0.1",
"version": "2.1",
"frameworks": "arduino",
"platforms": "Teensy"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=TeensyStep
version=2.0.1
version=2.1
author=Lutz Niggl <[email protected]>
maintainer=Lutz Niggl <[email protected]>
sentence=High speed stepper driver for PJRC Teensy boards (T3.0 - T3.6)
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
namespace TeensyStep
{
constexpr const char* version = "V2.1";
constexpr const char* branch = "devTimer";
constexpr const char* branch = "master";
} // namespace TeensyStep

0 comments on commit 55f01e6

Please sign in to comment.