Skip to content

Commit

Permalink
bumped version to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pkerspe committed Jan 26, 2021
1 parent da2b82d commit e927581
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/ESPStepperMotorServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e927581

Please sign in to comment.