Skip to content

Commit

Permalink
Bump to v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed Feb 12, 2021
1 parent 70614d1 commit 49c1741
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# notebook.js `v0.6.2`
# notebook.js `v0.6.3`

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/)__.

Expand Down
2 changes: 1 addition & 1 deletion notebook.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// http://github.com/jsvine/notebookjs
// notebook.js may be freely distributed under the MIT license.
(function () {
var VERSION = "0.6.2";
var VERSION = "0.6.3";
var root = this;
var isBrowser = root.window !== undefined;
var doc;
Expand Down
2 changes: 1 addition & 1 deletion notebook.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 package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "notebookjs",
"version": "0.6.2",
"description": "Parse and render IPython/Jupyter notebooks.",
"version": "0.6.3",
"description": "Parse and render Jupyter/IPython notebooks.",
"main": "notebook.js",
"homepage": "https://github.com/jsvine/notebookjs",
"keywords": [
Expand Down

0 comments on commit 49c1741

Please # to comment.