Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rchrd2 committed Jul 24, 2018
1 parent 339d152 commit 9e64323
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
Expand Up @@ -37,7 +37,7 @@ function BookReader(options) {
this.setup(options);
}

BookReader.version = "3.2.0";
BookReader.version = "3.2.1";

// Mode constants
BookReader.constMode1up = 1;
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
# 3.2.1
- Fix so initParams normalizes params.page to params.index, to prevent complexity of priority of page versus index.

# 3.2.0
On Archive.org, we needed a way to pass in a default start page for books. These changes make that easier.

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
@@ -1,6 +1,6 @@
{
"name": "bookreader",
"version": "3.2.0",
"version": "3.2.1",
"description": "The Internet Archive BookReader.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9e64323

Please sign in to comment.