Skip to content

Commit

Permalink
Bumped version to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminJo committed Sep 18, 2024
1 parent 65b43e3 commit 2db754c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ If you are using [Sloeber](https://eclipse.baeyens.it) as your IDE, you can easi
![Fritzing schematic for voltmeter example](https://github.com/ArminJo/Talkie/blob/master/extras/TalkieVoltmeter_Steckplatine.png)

# Revision History
### Version 1.3.3
- Adding support for SAMD51 and ESP32 core 3.x.

### Version 1.3.2
- Fixed ESP32 timer bug.

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/ArminJo/Talkie"
},
"version": "1.3.2",
"version": "1.3.3",
"exclude": "pictures",
"authors": {
"name": "Armin Joachimsmeyer",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Talkie
version=1.3.2
version=1.3.3
author=Peter Knight, Armin Joachimsmeyer
maintainer=Armin Joachimsmeyer <[email protected]>
sentence=Speech library for Arduino. Generates speech from a fixed vocabulary encoded with LPC.
Expand Down
7 changes: 5 additions & 2 deletions src/Talkie.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@

#include <inttypes.h>

#define VERSION_TALKIE "1.3.2"
#define VERSION_TALKIE "1.3.3"
#define VERSION_TALKIE_MAJOR 1
#define VERSION_TALKIE_MINOR 3
#define VERSION_TALKIE_PATCH 2
#define VERSION_TALKIE_PATCH 3

// The change log is at the bottom of the file

Expand Down Expand Up @@ -117,6 +117,9 @@ class Talkie {
};

/*
* Version 1.3.3
* - Adding support for SAMD51 and ESP32 core 3.x.
*
* Version 1.3.2
* - Fixed ESP32 timer bug.
*
Expand Down

0 comments on commit 2db754c

Please sign in to comment.