Skip to content

Commit

Permalink
Bump version to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IreneStr committed May 13, 2019
1 parent 37d5550 commit 1200215
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yoast-test-helper",
"version": "1.2.3",
"version": "1.2.4",
"description": "A plugin to aid in testing and developing the Yoast SEO plugin and its extensions.",
"repository": "https://github.com/Yoast/yoast-test-helper.git",
"author": "Yoast",
Expand All @@ -19,6 +19,6 @@
},
"dependencies": {},
"yoast": {
"pluginVersion": "1.2.3"
"pluginVersion": "1.2.4"
}
}
4 changes: 2 additions & 2 deletions yoast-test-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @wordpress-plugin
* Plugin Name: Yoast Development: Test Helper
* Version: 1.2.3
* Version: 1.2.4
* Plugin URI: https://github.com/yoast/yoast-test-helper
* Description: Utility to provide testing features for Yoast plugins.
* Author: Team Yoast
Expand All @@ -34,7 +34,7 @@
define( 'YOAST_TEST_HELPER_FILE', __FILE__ );
define( 'YOAST_TEST_HELPER_DIR', dirname( YOAST_TEST_HELPER_FILE ) );

define( 'YOAST_TEST_HELPER_VERSION', '1.2.3' );
define( 'YOAST_TEST_HELPER_VERSION', '1.2.4' );

if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) {
require __DIR__ . '/vendor/autoload.php';
Expand Down

0 comments on commit 1200215

Please sign in to comment.