From 48e690a42af2a94aaeb47fa000a37578765db628 Mon Sep 17 00:00:00 2001 From: Links Date: Wed, 7 Feb 2018 18:11:08 +0100 Subject: [PATCH] bump version to 2.1.0 travis arduino 1.8.5 --- .travis.yml | 2 +- README.md | 3 ++- library.json | 2 +- library.properties | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b15fc0d..8e4397d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ os: env: matrix: - CPU="esp8266" BOARD="esp8266com:esp8266:generic:CpuFrequency=80" IDE_VERSION=1.6.5 - - CPU="esp8266" BOARD="esp8266com:esp8266:generic:CpuFrequency=80" IDE_VERSION=1.8.5 + - CPU="esp8266" BOARD="esp8266com:esp8266:generic:CpuFrequency=80,FlashSize=1M0" IDE_VERSION=1.8.5 - CPU="esp8266" BOARD="esp8266com:esp8266:generic:CpuFrequency=80,Debug=Serial1" IDE_VERSION=1.6.5 - CPU="esp32" BOARD="espressif:esp32:esp32:FlashFreq=80" IDE_VERSION=1.6.5 - CPU="esp32" BOARD="espressif:esp32:esp32:FlashFreq=80" IDE_VERSION=1.8.5 diff --git a/README.md b/README.md index 0c49b48..81b4107 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ a WebSocket Server and Client for Arduino based on RFC6455. - wss / SSL is not possible. ##### Supported Hardware ##### - - ESP8266 [Arduino for ESP8266](https://github.com/Links2004/Arduino) + - ESP8266 [Arduino for ESP8266](https://github.com/esp8266/Arduino/) + - ESP32 [Arduino for ESP32](https://github.com/espressif/arduino-esp32) - ESP31B - Particle with STM32 ARM Cortex M3 - ATmega328 with Ethernet Shield (ATmega branch) diff --git a/library.json b/library.json index 35289fc..a019efb 100644 --- a/library.json +++ b/library.json @@ -13,7 +13,7 @@ "type": "git", "url": "https://github.com/Links2004/arduinoWebSockets.git" }, - "version": "2.0.10", + "version": "2.1.0", "license": "LGPL-2.1", "export": { "exclude": [ diff --git a/library.properties b/library.properties index 6ae767e..14e1fe9 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=WebSockets -version=2.0.10 +version=2.1.0 author=Markus Sattler maintainer=Markus Sattler sentence=WebSockets for Arduino (Server + Client)