Skip to content

Commit

Permalink
Updating version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Apr 3, 2020
1 parent a924ad8 commit 87c2878
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.4",
"version": "1.5",
"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.4"
"pluginVersion": "1.5"
}
}
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.4
* Version: 1.5
* Plugin URI: https://github.com/yoast/yoast-test-helper
* Description: Utility to provide testing features for Yoast plugins.
* Author: Team Yoast
Expand Down Expand Up @@ -36,7 +36,7 @@
// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound
define( 'YOAST_TEST_HELPER_DIR', dirname( YOAST_TEST_HELPER_FILE ) );
// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound
define( 'YOAST_TEST_HELPER_VERSION', '1.4' );
define( 'YOAST_TEST_HELPER_VERSION', '1.5' );

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

0 comments on commit 87c2878

Please sign in to comment.