Skip to content

Commit

Permalink
built version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fchasen committed Jan 7, 2014
1 parent f2462f5 commit b7489ae
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
Original file line number Diff line number Diff line change
Expand Up @@ -1710,7 +1710,7 @@ global.RSVP = requireModule('rsvp');
'use strict';

var EPUBJS = EPUBJS || {};
EPUBJS.VERSION = "0.1.5";
EPUBJS.VERSION = "0.1.6";

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

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "EpubJS",
"version": "0.1.5",
"version": "0.1.6",
"repository": "https://github.com/futurepress/epub.js",
"devDependencies": {
"grunt": "~0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion src/base.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

var EPUBJS = EPUBJS || {};
EPUBJS.VERSION = "0.1.5";
EPUBJS.VERSION = "0.1.6";

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

Expand Down

0 comments on commit b7489ae

Please sign in to comment.