Skip to content

Commit

Permalink
bumped version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pkerspe committed Aug 3, 2020
1 parent 4e49702 commit ab28c3a
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.3.0",
"version": "0.3.1",
"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.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
Expand Down
2 changes: 1 addition & 1 deletion src/ESPStepperMotorServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ab28c3a

Please sign in to comment.