diff --git a/library.json b/library.json index ab5be63..26a7220 100644 --- a/library.json +++ b/library.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/pkerspe/ESP-StepperMotor-Server.git" }, - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "frameworks": "arduino", "platforms": [ diff --git a/library.properties b/library.properties index d1bc6cb..0afb1c1 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP-StepperMotor-Server -version=0.3.0 +version=0.3.1 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 0ce3810..6b6b502 100644 --- a/src/ESPStepperMotorServer.h +++ b/src/ESPStepperMotorServer.h @@ -180,7 +180,7 @@ class ESPStepperMotorServer // private member variables // byte enabledServices; - const char *version = "0.3.0"; + const char *version = "0.3.1"; boolean isWebserverEnabled = false; boolean isRestApiEnabled = false; boolean isCLIEnabled = false;