Skip to content

Commit

Permalink
version 0.2.12 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fchasen committed Oct 24, 2015
1 parent 93f51ef commit 6eb1b24
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/epub.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/epub.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "epub.js",
"version": "0.2.11",
"version": "0.2.12",
"repository": "https://github.com/futurepress/epub.js",
"description": "Render ePub documents in the browser, across many devices",
"main": "server.js",
Expand Down
2 changes: 1 addition & 1 deletion reader/js/epub.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/base.js
@@ -1,7 +1,7 @@
'use strict';

var EPUBJS = EPUBJS || {};
EPUBJS.VERSION = "0.2.11";
EPUBJS.VERSION = "0.2.12";

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

Expand Down

0 comments on commit 6eb1b24

Please sign in to comment.