Skip to content

Commit ec2e268

Browse files
committed
release 1.1.0
1 parent cc22ecc commit ec2e268

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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": "esp8266-google-tts",
3-
"version": "1.0.10",
3+
"version": "1.1.0",
44
"keywords": "esp8266, TTS, Google, TextToSpeech, Text2Speech",
55
"description": "generate the link to speech mp3 on esp8266. This library depends on Google Translate Service.",
66
"repository":

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=esp8266-google-tts
2-
version=1.0.10
2+
version=1.1.0
33
author=horihiro
44
maintainer=horihiro
55
sentence=generate the link to speech mp3 on esp8266/32.

src/google-tts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#endif
88

99
#define LIB_NAME "GoogleTTS for ESP8266"
10-
#define LIB_VERSION "1.0.10"
10+
#define LIB_VERSION "1.1.0"
1111

1212
#define HOST_GTRANS "translate.google.com"
1313
#define PATH_GTRANS "/translate_tts"

0 commit comments

Comments
 (0)