Skip to content

Commit 93e4091

Browse files
committed
Prep for 0.5.1 release
1 parent 1c3538d commit 93e4091

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"jjgrainger/posttypes": "^2.0",
2323
"tgmpa/tgm-plugin-activation": "^2.6.1",
2424
"tareq1988/wordpress-settings-api-class": "dev-master",
25-
"dmhendricks/wordpress-toolkit": "dev-master",
25+
"dmhendricks/wordpress-toolkit": "0.3.0",
2626
"inc2734/wp-customizer-framework": "^2.3",
2727
"composer/installers": "^1.5"
2828
},

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"php": "5.6",
1010
"carbon_fields": "2.2.0",
11-
"wordpress-toolkit": "0.2.0"
11+
"wordpress-toolkit": "0.3.0"
1212
},
1313
"network": {
1414
"default_options_container": "global_settings"

wordpress-base-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: WordPress Base Plugin
55
* Plugin URI: https://github.com/dmhendricks/wordpress-base-plugin
66
* Description: A boilerplate for WordPress plugins
7-
* Version: 0.5.0
7+
* Version: 0.5.1
88
* Author: Daniel M. Hendricks
99
* Author URI: https://www.danhendricks.com
1010
* License: GPL-2.0

0 commit comments

Comments
 (0)