Skip to content

Commit ee17051

Browse files
committed
Version 2.0.1
1 parent 0673f33 commit ee17051

File tree

4 files changed

+4
-129
lines changed

4 files changed

+4
-129
lines changed

.github/workflows/bump-date.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/workflows/test-builds.yml

Lines changed: 0 additions & 100 deletions
This file was deleted.

Marlin/src/inc/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* Release version. Leave the Marlin version or apply a custom scheme.
2626
*/
2727
#ifndef SHORT_BUILD_VERSION
28-
#define SHORT_BUILD_VERSION "2.0.0"
28+
#define SHORT_BUILD_VERSION "2.0.1"
2929
#endif
3030

3131
/**
@@ -42,7 +42,7 @@
4242
* version was tagged.
4343
*/
4444
#ifndef STRING_DISTRIBUTION_DATE
45-
#define STRING_DISTRIBUTION_DATE "2019-12-01"
45+
#define STRING_DISTRIBUTION_DATE "2019-12-24"
4646
#endif
4747

4848
/**

platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lib_deps =
3131
3232
Adafruit_MAX31865=https://github.com/adafruit/Adafruit_MAX31865/archive/master.zip
3333
LiquidTWI2=https://github.com/lincomatic/LiquidTWI2/archive/master.zip
34-
Arduino-L6470=https://github.com/ameyer/Arduino-L6470/archive/dev.zip
34+
Arduino-L6470=https://github.com/ameyer/Arduino-L6470/archive/0.7.0.zip
3535
SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
3636
SailfishRGB_LED=https://github.com/mikeshub/SailfishRGB_LED/archive/master.zip
3737
SlowSoftI2CMaster=https://github.com/mikeshub/SlowSoftI2CMaster/archive/master.zip
@@ -659,7 +659,7 @@ lib_deps =
659659
TMCStepper@>=0.5.2,<1.0.0
660660
Adafruit NeoPixel
661661
LiquidTWI2=https://github.com/lincomatic/LiquidTWI2/archive/master.zip
662-
Arduino-L6470=https://github.com/ameyer/Arduino-L6470/archive/dev.zip
662+
Arduino-L6470=https://github.com/ameyer/Arduino-L6470/archive/0.7.0.zip
663663
lib_ignore = SoftwareSerial, SoftwareSerialM
664664
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
665665
monitor_speed = 250000

0 commit comments

Comments
 (0)