From b7643d3a1d498b3a76f80a4b0fa6defee285b00b Mon Sep 17 00:00:00 2001 From: Fred Chasen Date: Sun, 6 May 2018 13:23:01 -0700 Subject: [PATCH] Version bump to 0.3.60 --- examples/contents.html | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 examples/contents.html diff --git a/examples/contents.html b/examples/contents.html new file mode 100644 index 0000000..67031ce --- /dev/null +++ b/examples/contents.html @@ -0,0 +1,29 @@ + + + + + EPUB.js Basic Example + + + + + + + +
+ + + + + diff --git a/package.json b/package.json index 38423d8..7b3fafa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "epubjs", - "version": "0.3.59", + "version": "0.3.60", "description": "Parse and Render Epubs", "main": "lib/index.js", "module": "src/index.js",