Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddentao committed Jul 28, 2020
1 parent b7aff27 commit afa1cb5
Show file tree
Hide file tree
Showing 6 changed files with 925 additions and 923 deletions.
2 changes: 1 addition & 1 deletion dist/squel-basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -2976,7 +2976,7 @@ function _buildSquel() {
}(cls.QueryBuilder);

var _squel = {
VERSION: '5.12.2',
VERSION: '5.13.1',
flavour: flavour,
expr: function expr(options) {
return new cls.Expression(options);
Expand Down
2 changes: 1 addition & 1 deletion dist/squel-basic.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/squel.js
Original file line number Diff line number Diff line change
Expand Up @@ -2976,7 +2976,7 @@ function _buildSquel() {
}(cls.QueryBuilder);

var _squel = {
VERSION: '5.12.2',
VERSION: '5.13.1',
flavour: flavour,
expr: function expr(options) {
return new cls.Expression(options);
Expand Down
2 changes: 1 addition & 1 deletion dist/squel.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit afa1cb5

Please sign in to comment.