Skip to content

Commit

Permalink
Merge branch 'hotfix/1.1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
chunkysteveo committed Dec 30, 2022
2 parents 386b578 + 00dd8eb commit f2f2663
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OctoPrintAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define POSTDATA_SIZE 256
#define POSTDATA_GCODE_SIZE 50
#define JSONDOCUMENT_SIZE 1024
#define USER_AGENT "OctoPrintAPI/1.1.5 (Arduino)"
#define USER_AGENT "OctoPrintAPI/1.1.6 (Arduino)"

struct printerStatistics {
String printerState;
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,19 @@ Uses the getPrintJob() function of the class to get the current print job and re
## Authors

* **Stephen Ludgate** - *Initial work* - [chunkysteveo](https://github.com/chunkysteveo)
* **Stephen Ludgate** - *Contributor* - [sidddy](https://github.com/sidddy)
* **Stephen Ludgate** - *Contributor* - [anfichtn](https://github.com/anfichtn)
* **sidddy** - *Contributor* - [sidddy](https://github.com/sidddy)
* **anfichtn** - *Contributor* - [anfichtn](https://github.com/anfichtn)
* **Lars Simonsen** - *Contributor* - [LarsSimonsen](https://github.com/LarsSimonsen)
* **JCsGotThis** - *Contributor* - [jcassel](https://github.com/jcassel)

## License

See the [LICENSE.md](LICENSE.md) file for details


## Release History
* 1.1.6
* Bumping the version up including all the latest and greatest PR's from [JCsGotThis](https://github.com/jcassel)!
* 1.1.5
* Bumping the version up to see if it helps with PlatformIO including the latest files.!
* 1.1.4
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=OctoPrintAPI
version=1.1.5
version=1.1.6
author=Stephen Ludgate
maintainer=Stephen Ludgate <[email protected]>
sentence=Arduino library to access OctoPrint API.
Expand Down

0 comments on commit f2f2663

Please sign in to comment.