Skip to content

Commit

Permalink
Update Bootstrap to 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Aug 8, 2023
1 parent 0ba0322 commit 358e53a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file removed Resources/assets/bootstrap-5.3.0.zip
Binary file not shown.
Binary file added Resources/assets/bootstrap-5.3.1.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Resources/config/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
assets:

wbw.bootstrap.asset.bootstrap:
versions: { "3": "3.4.1", "4": "4.6.2", "5": "5.3.0" }
versions: { "3": "3.4.1", "4": "4.6.2", "5": "5.3.1" }
plugins:
bootstrap_colorpicker:
version: "2.5.3"
Expand Down
2 changes: 1 addition & 1 deletion Tests/WBWBootstrapBundleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function test__construct(): void {

$this->assertEquals("3.4.1", WBWBootstrapBundle::BOOTSTRAP_VERSION_3);
$this->assertEquals("4.6.2", WBWBootstrapBundle::BOOTSTRAP_VERSION_4);
$this->assertEquals("5.3.0", WBWBootstrapBundle::BOOTSTRAP_VERSION_5);
$this->assertEquals("5.3.1", WBWBootstrapBundle::BOOTSTRAP_VERSION_5);

$this->assertEquals("WBWBootstrapBundle", WBWBootstrapBundle::TRANSLATION_DOMAIN);
}
Expand Down
2 changes: 1 addition & 1 deletion WBWBootstrapBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class WBWBootstrapBundle extends Bundle implements AssetsProviderInterface {
*
* @var string
*/
const BOOTSTRAP_VERSION_5 = "5.3.0";
const BOOTSTRAP_VERSION_5 = "5.3.1";

/**
* Translation domain.
Expand Down

0 comments on commit 358e53a

Please sign in to comment.