Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zakandrewking committed Jun 5, 2019
1 parent 84466f4 commit e228205
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 9 deletions.
1 change: 1 addition & 0 deletions DEPLOY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# npm

update version in package.json
yarn clean
yarn install
yarn build
yarn copy # for docs to build
Expand Down
80 changes: 75 additions & 5 deletions docs/notebooks/Escher Python Tutorial.ipynb

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,7 +1,7 @@
{
"name": "escher",
"author": "Zachary King",
"version": "1.7.0-beta.15",
"version": "1.7.0-beta.16",
"post_version": null,
"schema_version": "1-0-0",
"map_model_version": "5",
Expand Down
2 changes: 1 addition & 1 deletion py/escher/static/escher.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion py/escher/static/escher.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion py/escher/static/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "escher",
"author": "Zachary King",
"version": "1.7.0-beta.15",
"version": "1.7.0-beta.16",
"post_version": null,
"schema_version": "1-0-0",
"map_model_version": "5",
Expand Down

0 comments on commit e228205

Please sign in to comment.