Skip to content

Commit

Permalink
Align version requirements (#304)
Browse files Browse the repository at this point in the history
In #301 I forgot to bump this to 1.1.3, which probably is a harmless
mistake, but it can be good for anyone in the future to have an easier
time making the next release to have this align with the other versions.
  • Loading branch information
consideRatio authored Apr 7, 2020
1 parent d5240d5 commit 877b420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/src/qgrid.widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class QgridModel extends widgets.DOMWidgetModel {
_view_name : 'QgridView',
_model_module : 'qgrid',
_view_module : 'qgrid',
_model_module_version : '^1.1.2',
_view_module_version : '^1.1.2',
_model_module_version : '^1.1.3',
_view_module_version : '^1.1.3',
_df_json: '',
_columns: {}
});
Expand Down

0 comments on commit 877b420

Please sign in to comment.