Skip to content

Commit

Permalink
Bump to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvine committed May 6, 2018
1 parent cfa4831 commit cd4dcdf
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.3.0`
# notebook.js `v0.3.1`

Notebook.js parses raw [IPython](http://ipython.org/)/[Jupyter](http://jupyter.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 bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notebookjs",
"version": "0.3.0",
"version": "0.3.1",
"description": "Parse and render IPython/Jupyter notebooks.",
"main": "notebook.js",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions notebook.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// notebook.js 0.3.0
// notebook.js 0.3.1
// http://github.com/jsvine/notebookjs
// notebook.js may be freely distributed under the MIT license.
(function () {
var root = this;
var VERSION = "0.3.0";
var VERSION = "0.3.1";

// Get browser or JSDOM document
var doc = root.document;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json → npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notebookjs",
"version": "0.3.0",
"version": "0.3.1",
"description": "Parse and render IPython/Jupyter notebooks.",
"main": "notebook.js",
"homepage": "https://github.com/jsvine/notebookjs",
Expand Down

0 comments on commit cd4dcdf

Please sign in to comment.