diff --git a/library.json b/library.json index 24b2356..4e4791e 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "ESP-Google-Sheet-Client", - "version": "1.4.7", + "version": "1.4.8", "keywords": "communication, REST, esp32, esp8266, raspberrypi, arduino", "description": "Arduino Google Sheet REST client library for Arduino devices. This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets", "repository": { diff --git a/library.properties b/library.properties index dc3d97b..304a975 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ name=ESP-Google-Sheet-Client -version=1.4.7 +version=1.4.8 author=Mobizt diff --git a/src/ESP_Google_Sheet_Client.h b/src/ESP_Google_Sheet_Client.h index d6ccd53..8387def 100644 --- a/src/ESP_Google_Sheet_Client.h +++ b/src/ESP_Google_Sheet_Client.h @@ -1,9 +1,9 @@ #ifndef ESP_GOOGLE_SHEET_CLIENT_VERSION -#define ESP_GOOGLE_SHEET_CLIENT_VERSION "1.4.7" +#define ESP_GOOGLE_SHEET_CLIENT_VERSION "1.4.8" #endif /** - * Google Sheet Client, ESP_Google_Sheet_Client.h v1.4.7 + * Google Sheet Client, ESP_Google_Sheet_Client.h v1.4.8 * * This library supports Espressif ESP8266 and ESP32 MCUs *