From e927581bd13d8e7ff8e554d35587ad9b1fb6157a Mon Sep 17 00:00:00 2001 From: Paul Kerspe Date: Tue, 26 Jan 2021 21:43:38 +0100 Subject: [PATCH] bumped version to 0.4.5 --- library.json | 2 +- library.properties | 2 +- src/ESPStepperMotorServer.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index e7372b9..5ca35e5 100644 --- a/library.json +++ b/library.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/pkerspe/ESP-StepperMotor-Server.git" }, - "version": "0.4.4", + "version": "0.4.5", "license": "MIT", "frameworks": "arduino", "platforms": [ diff --git a/library.properties b/library.properties index 59f73ca..f232a5b 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP-StepperMotor-Server -version=0.4.4 +version=0.4.5 author=Paul Kerspe maintainer=Paul Kerspe sentence=A stepper motor control server for ESP32 with Web UI, REST API and CLI diff --git a/src/ESPStepperMotorServer.h b/src/ESPStepperMotorServer.h index 6dffe21..a180ecf 100644 --- a/src/ESPStepperMotorServer.h +++ b/src/ESPStepperMotorServer.h @@ -157,7 +157,7 @@ class ESPStepperMotorServer // a boolean indicating if a position switch that has been configure as emegrency switch, has been triggered volatile boolean emergencySwitchIsActive = false; - const char *version = "0.4.4"; + const char *version = "0.4.5"; private: void scanWifiNetworks();