diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index f3faa7b5..c38d7eca 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -294,7 +294,7 @@ https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/js/bootstrap-toggl https://cdnjs.cloudflare.com/ajax/libs/bootstrap-vue/2.21.2/bootstrap-vue.min.css https://cdnjs.cloudflare.com/ajax/libs/bootstrap-vue/2.21.2/bootstrap-vue.min.js https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.4.0/flatly/bootstrap.min.css -https://cdnjs.cloudflare.com/ajax/libs/bootswatch/4.6.0/flatly/bootstrap.min.css +https://cdnjs.cloudflare.com/ajax/libs/bootswatch/4.6.1/flatly/bootstrap.min.css https://cdnjs.cloudflare.com/ajax/libs/bootswatch/5.1.3/flatly/bootstrap.min.css https://cdnjs.cloudflare.com/ajax/libs/bowser/1.9.4/bowser.min.js https://cdnjs.cloudflare.com/ajax/libs/bowser/2.11.0/bundled.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 62d669cb..31931623 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -203,7 +203,7 @@ targets.setLastVersion = function (type, version) { } else if (type.startsWith('/bootswatch/3.')) { return '3.4.0'; } else if (type.startsWith('/bootswatch/4.')) { - return '4.6.0'; + return '4.6.1'; } else if (type.startsWith('/bootswatch/5.')) { return '5.1.3'; } else if (type.startsWith('/bowser/')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index e5ac04f0..37c46ead 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -45,6 +45,7 @@
  • lightgallery v2.2.1 -> v2.3.0 (#749)
  • redux v4.1.1 -> v4.1.2 (#750)
  • hls.js v1.0.11 -> v1.0.12 (#751)
  • +
  • bootswatch v4.6.0 -> v4.6.1 (#753)
  • Improved