Skip to content

Commit bd57b14

Browse files
committed
prepare for 0.1.1 release
1 parent bc6da07 commit bd57b14

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## NOTE: This software is currently in alpha testing
66

7-
![](header.png)
7+
![](img/Demo.png)
88

99
MultiLang TTS is a text-to-speech software that utilizes Google's WaveNet technology to create human-like speech [(read more about WaveNet)](https://arxiv.org/pdf/1609.03499.pdf). Unlike software currently using WaveNet, MultiLang TTS allows you to supply your own API key. This avoids having to pay a 3rd party for their software to access this technology.
1010

@@ -64,5 +64,7 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md
6464

6565
## Release History
6666

67+
- 0.1.1
68+
- Updated custom-electron-titlebar
6769
- 0.0.1
6870
- ALPHA release

img/Demo.png

112 KB
Loading

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "multilang_tts",
33
"description": "Electron application boilerplate based on React, React Router, Webpack, React Hot Loader for rapid application development",
4-
"version": "0.0.1",
4+
"version": "0.1.1",
55
"main": "./app/main.prod.js",
66
"repository": "https://github.com/NicolasNewman/electron-boilerplate",
77
"author": "NicolasNewman <nnewman316@gmail.com>",

0 commit comments

Comments
 (0)