Skip to content

Commit

Permalink
#46 4.4.3 allow any build with version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
GedMarc committed Aug 10, 2022
1 parent 8f4d913 commit 431e6a6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootstrap4-dialog",
"description": "Make use of Bootstrap Modal more monkey-friendly. https://github.com/GedMarc/bootstrap4-dialog",
"version": "4.4.2",
"version": "4.4.3",
"keywords": [
"css",
"js",
Expand Down
3 changes: 2 additions & 1 deletion dist/css/bootstrap-dialog.min.css

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

1 change: 1 addition & 0 deletions dist/css/bootstrap-dialog.min.css.map

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

2 changes: 1 addition & 1 deletion dist/js/bootstrap-dialog.min.js

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,6 +1,6 @@
{
"name": "bootstrap4-dialog",
"version": "4.4.2",
"version": "4.4.3",
"description": "Make use of Bootstrap Modal more monkey-friendly.",
"directories": {
"example": "examples"
Expand Down
2 changes: 1 addition & 1 deletion src/js/bootstrap-dialog.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "bootstrap4-dialog",
"repo": "GedMarc/bootstrap4-dialog",
"files": {
"include": ["dist/css/bootstrap-dialog.css", "dist/js/bootstrap-dialog.js", "dist/css/bootstrap-dialog.min.css", "dist/js/bootstrap-dialog.min.js"]
"include": ["dist/css/bootstrap-dialog.css", "dist/js/bootstrap-dialog.js", "dist/css/bootstrap-dialog.min.css", "dist/css/bootstrap-dialog.min.css.map", "dist/js/bootstrap-dialog.min.js"]
},
"branch": "bootstrap4-dev"
}

0 comments on commit 431e6a6

Please sign in to comment.