Skip to content

Commit 6eb1b24

Browse files
committed
version 0.2.12 bump
1 parent 93f51ef commit 6eb1b24

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.11",
3+
"version": "0.2.12",
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.11";
4+
EPUBJS.VERSION = "0.2.12";
55

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

0 commit comments

Comments
 (0)