Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
teemuatlut committed Jan 17, 2018
1 parent 5b6b852 commit fc1f91e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=TMC2130Stepper
version=2.1.0
version=2.1.1
author=teemuatlut
maintainer=teemuatlut
sentence=Arduino library for Trinamic TMC2130 stepper drivers
Expand Down
2 changes: 1 addition & 1 deletion src/TMC2130Stepper.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#endif
#include <stdint.h>

const uint32_t TMC2130Stepper_version = 0x20100; // v2.1.0
const uint32_t TMC2130Stepper_version = 0x20101; // v2.1.1

class TMC2130Stepper {
public:
Expand Down

0 comments on commit fc1f91e

Please sign in to comment.