Skip to content

Commit

Permalink
Merge e3b5286 into 582a436
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhesse committed Apr 21, 2021
2 parents 582a436 + e3b5286 commit 3b56ac1
Show file tree
Hide file tree
Showing 94 changed files with 50,095 additions and 55,910 deletions.
Expand Up @@ -10,11 +10,11 @@
* @author Michael Haitz <michael.haitz@agilecoders.de>
*/
public interface IBootstrapSettings {

/**
* The version of Bootstrap
*/
String VERSION = "4.6.0-1";
String VERSION = "4.6.0";

/**
* The version of modernizr
Expand All @@ -29,7 +29,7 @@ public interface IBootstrapSettings {
/**
* The url to the JavaScript resource at a CDN network
*/
String JS_CDN_PATTERN = "//maxcdn.bootstrapcdn.com/bootstrap/%s/js/bootstrap.min.js";
String JS_CDN_PATTERN = "//stackpath.bootstrapcdn.com/bootstrap/%s/js/bootstrap.min.js";

/**
* The url to the modernizr JavaScript resource at a CDN network
Expand All @@ -39,7 +39,7 @@ public interface IBootstrapSettings {
/**
* The url to the css resource at a CDN network
*/
String CSS_CDN_PATTERN = "//maxcdn.bootstrapcdn.com/bootstrap/%s/css/bootstrap.min.css";
String CSS_CDN_PATTERN = "//stackpath.bootstrapcdn.com/bootstrap/%s/css/bootstrap.min.css";

/**
* The url to the Popper.js Javascript resource at a CDN network
Expand Down

0 comments on commit 3b56ac1

Please sign in to comment.