Skip to content

Commit

Permalink
4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrini committed Oct 22, 2019
1 parent 8dff2d1 commit cbff07a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BookReader/BookReader.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function BookReader(options) {
this.setup(options);
}

BookReader.version = '4.4.0';
BookReader.version = '4.4.1';

// Mode constants
BookReader.constMode1up = 1;
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 4.4.1
- Remove accidental es6 syntax in BookReader.js (breaking IE11)

# 4.4.0
- New ReadAloud controls + engine. Uses browser's SpeechSynthesis API instead of server-side test-to-speech

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bookreader",
"version": "4.4.0",
"version": "4.4.1",
"description": "The Internet Archive BookReader.",
"repository": {
"type": "git",
Expand Down

0 comments on commit cbff07a

Please sign in to comment.