Bläddra i källkod

Set version to 5.8.4

Benoit Blanchon 8 år sedan
förälder
incheckning
e664c1ab05
5 ändrade filer med 6 tillägg och 8 borttagningar
  1. 2 2
      CHANGELOG.md
  2. 0 2
      README.md
  3. 1 1
      appveyor.yml
  4. 1 1
      library.json
  5. 2 2
      library.properties

+ 2 - 2
CHANGELOG.md

@@ -1,8 +1,8 @@
 ArduinoJson: change log
 =======================
 
-HEAD
-----
+v5.8.4
+------
 
 * Added custom implementation of `strtod()` (issue #453)
 * Added custom implementation of `strtol()` (issue #465)

+ 0 - 2
README.md

@@ -36,8 +36,6 @@ Works on
 * RedBearLab boards (BLE Nano...)
 * Computers (Windows, Linux, OSX...)
 
-See [FAQ: Compatibility issues](https://bblanchon.github.io/ArduinoJson/faq/compilation-fails-device-crashes-nothing-on-serial-console)
-
 Quick start
 -----------
 

+ 1 - 1
appveyor.yml

@@ -1,4 +1,4 @@
-version: 5.8.3.{build}
+version: 5.8.4.{build}
 environment:
   matrix:
   - CMAKE_GENERATOR: Visual Studio 14 2015

+ 1 - 1
library.json

@@ -6,7 +6,7 @@
     "type": "git",
     "url": "https://github.com/bblanchon/ArduinoJson.git"
   },
-  "version": "5.8.3",
+  "version": "5.8.4",
   "authors": {
     "name": "Benoit Blanchon",
     "url": "https://blog.benoitblanchon.fr"

+ 2 - 2
library.properties

@@ -1,9 +1,9 @@
 name=ArduinoJson
-version=5.8.3
+version=5.8.4
 author=Benoit Blanchon <blog.benoitblanchon.fr>
 maintainer=Benoit Blanchon <blog.benoitblanchon.fr>
 sentence=An efficient and elegant JSON library for Arduino.
 paragraph=Like this project? Please star it on GitHub!
 category=Data Processing
-url=https://github.com/bblanchon/ArduinoJson
+url=https://bblanchon.github.io/ArduinoJson/
 architectures=*