Skip to content

Commit

Permalink
Version 3.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
budziam committed May 24, 2020
1 parent d1e2435 commit 62ba84a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/System/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class Application extends Container
{
const VERSION = "3.14.1";
const VERSION = "3.14.2";

/** @var array */
private $providers = [
Expand Down
1 change: 1 addition & 0 deletions src/stylesheets/admin/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ h4 {
}

[headers="platform"] {
min-width: 100px;
max-width: 250px;
}

Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Application/VersionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ class VersionTest extends TestCase
/** @test */
public function version_is_ok()
{
$this->assertEquals("3.14.1", $this->app->version());
$this->assertEquals("3.14.2", $this->app->version());
}
}

0 comments on commit 62ba84a

Please sign in to comment.