Skip to content

Commit 877b420

Browse files
authored
Align version requirements (#304)
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.
1 parent d5240d5 commit 877b420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/src/qgrid.widget.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ class QgridModel extends widgets.DOMWidgetModel {
3636
_view_name : 'QgridView',
3737
_model_module : 'qgrid',
3838
_view_module : 'qgrid',
39-
_model_module_version : '^1.1.2',
40-
_view_module_version : '^1.1.2',
39+
_model_module_version : '^1.1.3',
40+
_view_module_version : '^1.1.3',
4141
_df_json: '',
4242
_columns: {}
4343
});

0 commit comments

Comments
 (0)