From 35523a9a1c3abe61fe0e06a5397dce72a26b4878 Mon Sep 17 00:00:00 2001 From: Julianne Swinoga Date: Thu, 17 Oct 2024 17:26:52 -0400 Subject: [PATCH] Fix git tag specification in pio lib dependencies --- Changelog.md | 3 +++ Version.h | 2 +- platformio.ini | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 32c3e3f9..d47bc45d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,6 @@ +**V1.13.10 - Updates** +- Fixed dependency specification for git tags + **V1.13.9 - Updates** - Added guide logging support. - Fixed some Meade documentation errors. diff --git a/Version.h b/Version.h index c65ec5df..9b1d9722 100644 --- a/Version.h +++ b/Version.h @@ -3,4 +3,4 @@ // Also, numbers are interpreted as simple numbers. _ __ _ // So 1.8 is actually 1.08, meaning that 1.12 is a later version than 1.8. \_(..)_/ -#define VERSION "V1.13.9" +#define VERSION "V1.13.10" diff --git a/platformio.ini b/platformio.ini index 41275894..34e9de6b 100644 --- a/platformio.ini +++ b/platformio.ini @@ -13,7 +13,7 @@ lib_deps = arduino-libraries/LiquidCrystal @ ^1.0.7 lincomatic/LiquidTWI2@^1.2.7 olikraus/U8g2@^2.28.8 - https://github.com/ClutchplateDude/esp8266-oled-ssd1306@4.6.0 + https://github.com/ClutchplateDude/esp8266-oled-ssd1306#4.6.0 [env] extra_scripts = @@ -95,7 +95,7 @@ debug_build_flags = lib_deps = ${common.lib_deps} jdolinay/avr-debugger @ 1.2 - https://github.com/andre-stefanov/avr-interrupt-stepper@0.0.4 + https://github.com/andre-stefanov/avr-interrupt-stepper#0.0.4 [env:mksgenlv21] extends = env:ramps