Skip to content

Commit

Permalink
4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iisa committed Oct 15, 2019
1 parent 5f3bea4 commit ac2922c
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 @@ -34,7 +34,7 @@ function BookReader(options) {
this.setup(options);
}

BookReader.version = '4.3.0';
BookReader.version = '4.3.2';

// 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.3.2
- menu toggle plugin, now applies to in-page & fullscreen views + early escapes when navbar isn't present

# 4.3.0
- New plugin, `fullscreen_menu_toggle`, allowing center-tap to hide UI
- TTS Plugin logs analytics events (if enabled)
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.3.0",
"version": "4.3.2",
"description": "The Internet Archive BookReader.",
"repository": {
"type": "git",
Expand Down

0 comments on commit ac2922c

Please sign in to comment.