Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Jan 9, 2025
1 parent f54a1e1 commit 7211504
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -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": {
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-Google-Sheet-Client

version=1.4.7
version=1.4.8

author=Mobizt

Expand Down
4 changes: 2 additions & 2 deletions src/ESP_Google_Sheet_Client.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down

0 comments on commit 7211504

Please sign in to comment.