1
0
Fork 0
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:
Fred Chasen 2014-01-07 00:02:02 -08:00
parent d8c91ab3dc
commit f2462f5dcb
2 changed files with 2 additions and 2 deletions

View file

@ -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>
```

View file

@ -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",