Skip to content

Commit

Permalink
Update Bootstrap to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Aug 16, 2021
1 parent 8c5bc97 commit 70048ea
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file removed Resources/assets/bootstrap-5.0.1.zip
Binary file not shown.
Binary file added Resources/assets/bootstrap-5.1.0.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.0", "5": "5.0.1" }
versions: { "3": "3.4.1", "4": "4.6.0", "5": "5.1.0" }
plugins:
bootstrap_colorpicker:
version: "2.5.1"
Expand Down
2 changes: 1 addition & 1 deletion Tests/WBWBootstrapInterfaceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function test__construct(): void {

$this->assertEquals("3.4.1", WBWBootstrapInterface::BOOTSTRAP_VERSION_3);
$this->assertEquals("4.6.0", WBWBootstrapInterface::BOOTSTRAP_VERSION_4);
$this->assertEquals("5.0.1", WBWBootstrapInterface::BOOTSTRAP_VERSION_5);
$this->assertEquals("5.1.0", WBWBootstrapInterface::BOOTSTRAP_VERSION_5);

$this->assertEquals("danger", WBWBootstrapInterface::BOOTSTRAP_DANGER);
$this->assertEquals("dark", WBWBootstrapInterface::BOOTSTRAP_DARK);
Expand Down
2 changes: 1 addition & 1 deletion WBWBootstrapInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ interface WBWBootstrapInterface {
*
* @var string
*/
const BOOTSTRAP_VERSION_5 = "5.0.1";
const BOOTSTRAP_VERSION_5 = "5.1.0";

/**
* Bootstrap "warning".
Expand Down

0 comments on commit 70048ea

Please sign in to comment.