Skip to content

Commit 1f99e8f

Browse files
author
plumthedev
committed
bump version
1 parent 8137229 commit 1f99e8f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plumthedev/yii2-php-cs-fixer-config",
3-
"version": "1.0.1",
3+
"version": "1.2.0",
44
"description": "Yii2 PHP coding standards configuration",
55
"type": "library",
66
"require": {

src/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @link https://github.com/plumthedev/yii2-php-cs-fixer-config
77
* @copyright Copyright (c) 2019 - 2019 plumthedev
88
* @license https://github.com/plumthedev/yii2-php-cs-fixer-config/blob/master/LICENSE
9-
* @version 1.0.1
9+
* @version 1.2.0
1010
*/
1111

1212
namespace plumthedev\PhpCsFixer;

src/Finder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @link https://github.com/plumthedev/yii2-php-cs-fixer-config
77
* @copyright Copyright (c) 2019 - 2019 plumthedev
88
* @license https://github.com/plumthedev/yii2-php-cs-fixer-config/blob/master/LICENSE
9-
* @version 1.0.1
9+
* @version 1.2.0
1010
*/
1111

1212
namespace plumthedev\PhpCsFixer;

tests/ConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @link https://github.com/plumthedev/yii2-php-cs-fixer-config
77
* @copyright Copyright (c) 2019 - 2019 plumthedev
88
* @license https://github.com/plumthedev/yii2-php-cs-fixer-config/blob/master/LICENSE
9-
* @version 1.0.1
9+
* @version 1.2.0
1010
*/
1111

1212
namespace plumthedev\PhpCsFixer\tests;

tests/FinderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @link https://github.com/plumthedev/yii2-php-cs-fixer-config
77
* @copyright Copyright (c) 2019 - 2019 plumthedev
88
* @license https://github.com/plumthedev/yii2-php-cs-fixer-config/blob/master/LICENSE
9-
* @version 1.0.1
9+
* @version 1.2.0
1010
*/
1111

1212
namespace plumthedev\PhpCsFixer\tests;

0 commit comments

Comments
 (0)