Skip to content

Commit 10a5bfb

Browse files
authored
Merge pull request #28 from humanmade/v0.1-release
v0.1
2 parents c113c1d + 5de62f5 commit 10a5bfb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"email": "[email protected]"
1111
},
1212
{
13-
"name": "Human Made",
14-
"email": "[email protected]"
15-
}
13+
"name": "Human Made",
14+
"email": "[email protected]"
15+
}
1616
],
1717
"support": {
1818
"issues": "https://github.com/humanmade/wp-flags/issues",
@@ -23,14 +23,14 @@
2323
"composer/installers": "^1.0 || ^2.0"
2424
},
2525
"require-dev": {
26-
"humanmade/coding-standards": "^1.2"
26+
"humanmade/coding-standards": "^1.2"
2727
},
2828
"scripts": {
2929
"lint": "vendor/squizlabs/php_codesniffer/bin/phpcs --standard=phpcs.ruleset.xml ./",
3030
"lint:fix": "vendor/squizlabs/php_codesniffer/bin/phpcbf --standard=phpcs.ruleset.xml -q -s"
3131
},
32-
"config": {
33-
"allow-plugins": {
32+
"config": {
33+
"allow-plugins": {
3434
"composer/installers": true,
3535
"dealerdirect/phpcodesniffer-composer-installer": true
3636
}

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Plugin Name: Flags
1111
* Description: Feature flag management for WordPress
12-
* Version: 0.0.4
12+
* Version: 0.1
1313
* Plugin URI: https://github.com/humanmade/wp-flags
1414
* Author: Human Made
1515
* Author URI: https://github.com/humanmade/wp-flags/graphs/contributors

0 commit comments

Comments
 (0)