Skip to content

Commit

Permalink
updated version number to 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
AJRenold committed Feb 4, 2014
1 parent 5d52ff4 commit 86846c7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion build/epub.js
Original file line number Diff line number Diff line change
Expand Up @@ -1711,7 +1711,7 @@ global.RSVP = requireModule('rsvp');
'use strict';

var EPUBJS = EPUBJS || {};
EPUBJS.VERSION = "0.1.9";
EPUBJS.VERSION = "0.1.10";

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

Expand Down Expand Up @@ -1772,6 +1772,7 @@ EPUBJS.filePath = EPUBJS.filePath || "/epubjs/";
module.exports = ePub;

})(window);

EPUBJS.Book = function(options){

var book = this;
Expand Down
2 changes: 1 addition & 1 deletion build/epub.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion build/epub_no_underscore.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.9";
EPUBJS.VERSION = "0.1.10";

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

Expand Down Expand Up @@ -1771,6 +1771,7 @@ EPUBJS.filePath = EPUBJS.filePath || "/epubjs/";
module.exports = ePub;

})(window);

EPUBJS.Book = function(options){

var book = this;
Expand Down
2 changes: 1 addition & 1 deletion demo/js/epub.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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.9";
EPUBJS.VERSION = "0.1.10";

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

Expand Down Expand Up @@ -61,4 +61,4 @@ EPUBJS.filePath = EPUBJS.filePath || "/epubjs/";
//Node
module.exports = ePub;

})(window);
})(window);

0 comments on commit 86846c7

Please sign in to comment.