Skip to content

Commit

Permalink
chore: release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Jul 9, 2019
1 parent f755dd8 commit f34753b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions generate_source/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"_view_name": "VuetifyView",
"_view_module": "jupyter-vuetify",
"_model_module": "jupyter-vuetify",
"_view_module_version": "^0.1.3",
"_model_module_version": "^0.1.3",
"_view_module_version": "^0.1.4",
"_model_module_version": "^0.1.4",

"_metadata": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion ipyvuetify/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (0, 1, 3, 'final')
version_info = (0, 1, 4, 'final')

_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}

Expand Down
2 changes: 1 addition & 1 deletion js/package-lock.json

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

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-vuetify",
"version": "0.1.3",
"version": "0.1.4",
"description": "Jupyter widgets based on vuetify UI components",
"license": "MIT",
"author": "Mario Buikhuizen, Maarten Breddels",
Expand Down

0 comments on commit f34753b

Please sign in to comment.