Skip to content

Commit fbc8fc1

Browse files
committed
built v0.2.13
1 parent a02bc8f commit fbc8fc1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build/epub.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/epub.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "epub.js",
3-
"version": "0.2.12",
3+
"version": "0.2.13",
44
"repository": "https://github.com/futurepress/epub.js",
55
"description": "Render ePub documents in the browser, across many devices",
66
"main": "server.js",

reader/js/epub.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
var EPUBJS = EPUBJS || {};
4-
EPUBJS.VERSION = "0.2.12";
4+
EPUBJS.VERSION = "0.2.13";
55

66
EPUBJS.plugins = EPUBJS.plugins || {};
77

0 commit comments

Comments
 (0)