Skip to content

Commit f2f2663

Browse files
committed
Merge branch 'hotfix/1.1.6'
2 parents 386b578 + 00dd8eb commit f2f2663

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

OctoPrintAPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define POSTDATA_SIZE 256
1919
#define POSTDATA_GCODE_SIZE 50
2020
#define JSONDOCUMENT_SIZE 1024
21-
#define USER_AGENT "OctoPrintAPI/1.1.5 (Arduino)"
21+
#define USER_AGENT "OctoPrintAPI/1.1.6 (Arduino)"
2222

2323
struct printerStatistics {
2424
String printerState;

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,19 @@ Uses the getPrintJob() function of the class to get the current print job and re
8080
## Authors
8181

8282
* **Stephen Ludgate** - *Initial work* - [chunkysteveo](https://github.com/chunkysteveo)
83-
* **Stephen Ludgate** - *Contributor* - [sidddy](https://github.com/sidddy)
84-
* **Stephen Ludgate** - *Contributor* - [anfichtn](https://github.com/anfichtn)
83+
* **sidddy** - *Contributor* - [sidddy](https://github.com/sidddy)
84+
* **anfichtn** - *Contributor* - [anfichtn](https://github.com/anfichtn)
85+
* **Lars Simonsen** - *Contributor* - [LarsSimonsen](https://github.com/LarsSimonsen)
86+
* **JCsGotThis** - *Contributor* - [jcassel](https://github.com/jcassel)
8587

8688
## License
8789

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

9092

9193
## Release History
94+
* 1.1.6
95+
* Bumping the version up including all the latest and greatest PR's from [JCsGotThis](https://github.com/jcassel)!
9296
* 1.1.5
9397
* Bumping the version up to see if it helps with PlatformIO including the latest files.!
9498
* 1.1.4

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=OctoPrintAPI
2-
version=1.1.5
2+
version=1.1.6
33
author=Stephen Ludgate
44
maintainer=Stephen Ludgate <[email protected]>
55
sentence=Arduino library to access OctoPrint API.

0 commit comments

Comments
 (0)