mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
version bump
This commit is contained in:
parent
d8c91ab3dc
commit
f2462f5dcb
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ Create the new ePub, and then render it to that element:
|
|||
|
||||
```html
|
||||
<script>
|
||||
var Book = ePub("url/to/book/", { restore: true });
|
||||
var Book = ePub("url/to/book/");
|
||||
Book.renderTo("area");
|
||||
</script>
|
||||
```
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "EpubJS",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.5",
|
||||
"repository": "https://github.com/futurepress/epub.js",
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue