Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Sep 13, 2014
1 parent c534a20 commit e4c1738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grunt-wordpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Adds custom XML-RPC methods for use with grunt-wordpress.
*/

define( 'GW_VERSION', '1.0.7' );
define( 'GW_VERSION', '1.0.8' );

if ( ! defined( 'GW_RESOURCE_DIR' ) )
define( 'GW_RESOURCE_DIR', gw_resources_dir( home_url() ) );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-wordpress",
"description": "Grunt plugin for publishing content to WordPress",
"version": "1.0.7",
"version": "1.0.8",
"homepage": "https://github.com/scottgonzalez/grunt-wordpress",
"author": {
"name": "Scott González",
Expand Down

0 comments on commit e4c1738

Please sign in to comment.