Skip to content

Commit 7211504

Browse files
committed
Bump version
1 parent f54a1e1 commit 7211504

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESP-Google-Sheet-Client",
3-
"version": "1.4.7",
3+
"version": "1.4.8",
44
"keywords": "communication, REST, esp32, esp8266, raspberrypi, arduino",
55
"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",
66
"repository": {

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name=ESP-Google-Sheet-Client
22

3-
version=1.4.7
3+
version=1.4.8
44

55
author=Mobizt
66

src/ESP_Google_Sheet_Client.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#ifndef ESP_GOOGLE_SHEET_CLIENT_VERSION
2-
#define ESP_GOOGLE_SHEET_CLIENT_VERSION "1.4.7"
2+
#define ESP_GOOGLE_SHEET_CLIENT_VERSION "1.4.8"
33
#endif
44

55
/**
6-
* Google Sheet Client, ESP_Google_Sheet_Client.h v1.4.7
6+
* Google Sheet Client, ESP_Google_Sheet_Client.h v1.4.8
77
*
88
* This library supports Espressif ESP8266 and ESP32 MCUs
99
*

0 commit comments

Comments
 (0)