Skip to content

Commit 86b262f

Browse files
author
QuickSander
committed
fix: version bump.
1 parent 64dc575 commit 86b262f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ Characteristics
5252
* Customizable memory footprint for caching returned body data.
5353
* No external dependencies outside of the standard Arduino framework.
5454
* Object oriented implementation.
55-
* Basic authorization support (initial version by @BlueAndi)
55+
* Basic authorization support (initial version by [BlueAndi](https://github.com/BlueAndi))

keywords.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ StreamHttpErrorReply KEYWORD1
1212
StreamHttpAuthenticateReply KEYWORD1
1313
send KEYWORD2
1414
getCode KEYWORD2
15+
authenticate KEYWORD1

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "http://sander.technology",
99
"maintainer": true
1010
},
11-
"version": "0.9.6",
11+
"version": "0.9.8",
1212
"repository":
1313
{
1414
"type": "git",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoHttpServer
2-
version=0.9.6
2+
version=0.9.8
33
author=Sander van Woensel <[email protected]>
44
maintainer=Sander van Woensel <[email protected]>
55
sentence=Server side minimalistic HTTP protocol implementation.

platformio.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@ lib_dir = ../
2626
platform = espressif8266
2727
framework = arduino
2828
board = esp01
29-
extra_scripts = ../../Tools/platformio_esptool.py
3029
lib_deps = agdl/Base64@^1.0.0
3130

3231
[env:uno]
3332
platform = atmelavr
3433
framework = arduino
3534
board = uno
3635
lib_deps =
37-
WiFi
36+
arduino-libraries/WiFi
3837
agdl/Base64@^1.0.0

0 commit comments

Comments
 (0)