Skip to content

Commit

Permalink
Bump to v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanK committed Dec 13, 2016
1 parent 7a2362e commit 8f33e13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ You _may_ also need to restart services afterward: `bundle exec cap production g

## Changelog

- v0.3.3 - Explicitly defined stage in Vagrantfile ([#163](https://github.com/evolution/genesis-wordpress/pull/163))
- v0.3.2 - Fixed mysql innodb disk space issues ([#160](https://github.com/evolution/genesis-wordpress/pull/160))
- v0.3.1 - Fixed php warning from HTTPS check in Genesis.php ([#159](https://github.com/evolution/genesis-wordpress/pull/159))
- v0.3.0 - Added distro & version check within provisioning ([#158](https://github.com/evolution/genesis-wordpress/pull/158))
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genesis-wordpress",
"version": "0.3.2",
"version": "0.3.3",
"homepage": "https://github.com/evolution/genesis-wordpress",
"authors": [
"Eric Clemmons <eric@smarterspam.com>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "genesis-wordpress",
"version": "0.3.2",
"version": "0.3.3",
"description": "Libraries for a multi-staged WordPress workflow with Vagrant",
"main": "generator/app/index.js",
"dependencies": {
Expand Down

0 comments on commit 8f33e13

Please sign in to comment.