Skip to content

Commit f39b69b

Browse files
committed
Bump to v0.8.0 and remake .min.js
1 parent be84a6a commit f39b69b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# notebook.js `v0.7.0`
1+
# notebook.js `v0.8.0`
22

33
Notebook.js parses raw [Jupyter](http://jupyter.org/)/[IPython](http://ipython.org/) notebooks, and lets you render them as HTML. See a __[working demo here](https://jsvine.github.io/nbpreview/)__.
44

notebook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// http://github.com/jsvine/notebookjs
22
// notebook.js may be freely distributed under the MIT license.
33
(function () {
4-
var VERSION = "0.7.0";
4+
var VERSION = "0.8.0";
55
var root = this;
66
var isBrowser = root.window !== undefined;
77
var doc;

notebook.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)