mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
version bump to 0.3.2
This commit is contained in:
parent
40d41cb74d
commit
c65a7186ab
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "epubjs",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "Parse and Render Epubs",
|
||||
"main": "lib/index.js",
|
||||
"jsnext:main": "src/index.js",
|
||||
|
|
|
@ -16,7 +16,7 @@ import request from "./utils/request";
|
|||
import EpubCFI from "./epubcfi";
|
||||
|
||||
const CONTAINER_PATH = "META-INF/container.xml";
|
||||
const EPUBJS_VERSION = "0.3.1";
|
||||
const EPUBJS_VERSION = "0.3.2";
|
||||
|
||||
/**
|
||||
* Creates a new Book
|
||||
|
|
|
@ -14,7 +14,7 @@ function ePub(url, options) {
|
|||
return new Book(url, options);
|
||||
}
|
||||
|
||||
ePub.VERSION = "0.3.1";
|
||||
ePub.VERSION = "0.3.2";
|
||||
|
||||
if (typeof(global) !== "undefined") {
|
||||
global.EPUBJS_VERSION = ePub.VERSION;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue