Skip to content

Commit

Permalink
Fix FirebaseJson tokens extraction issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed May 12, 2021
1 parent 1f3de73 commit a6d1349
Show file tree
Hide file tree
Showing 7 changed files with 3,618 additions and 3,563 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LINE Notify Arduino Library for ESP8266 and ESP32 version 1.0.5
# LINE Notify Arduino Library for ESP8266 and ESP32 version 1.0.6

This Arduino library allows ESp8266 and ESP32 to send LINE Notify message, sticker and images from flash and SD memory.

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ESP Line Notify",
"version": "1.0.5",
"version": "1.0.6",
"keywords": "communication, REST, esp32, esp8266, arduino",
"description": "Line Notify Library for ESP8266 and ESP32. Send the Line notification with text, sticker, map and images.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name=ESP Line Notify

version=1.0.5
version=1.0.6

author=Mobizt

Expand Down
4 changes: 2 additions & 2 deletions src/ESP_Line_Notify.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* LINE Notify Arduino Library for ESP8266 and ESP32 version 1.0.5
* LINE Notify Arduino Library for ESP8266 and ESP32 version 1.0.6
*
* April 4, 2021
* May 12, 2021
*
* This library provides ESP32 to perform REST API call to LINE Notify service to post the several message types.
*
Expand Down
5 changes: 3 additions & 2 deletions src/ESP_Line_Notify.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* LINE Notify Arduino Library for ESP8266 and ESP32 version 1.0.5
* April 4, 2021
* LINE Notify Arduino Library for ESP8266 and ESP32 version 1.0.6
*
* May 12, 2021
*
* This library provides ESP32 to perform REST API call to LINE Notify service to post the several message types.
*
Expand Down
Loading

0 comments on commit a6d1349

Please sign in to comment.