Skip to content

Commit

Permalink
Update bootstrap to 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vrusinov committed Jun 3, 2024
1 parent 5fcf588 commit ba8694c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions themes/gmsite/assets/css/bootstrap.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions themes/gmsite/assets/js/bootstrap.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/gmsite/assets/update_bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="5.3.2"
VERSION="5.3.3"

wget https://cdn.jsdelivr.net/npm/bootstrap@${VERSION}/dist/css/bootstrap.min.css -O css/bootstrap.min.css
wget https://cdn.jsdelivr.net/npm/bootstrap@${VERSION}/dist/js/bootstrap.min.js -O js/bootstrap.min.js

0 comments on commit ba8694c

Please sign in to comment.