Bump version to 0.1.10
Some checks failed
Release Plugin Zip / release (push) Has been cancelled

This commit is contained in:
2026-04-08 07:23:37 -05:00
parent dbe3048af7
commit 5a5bf5acdb
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "tonys-sportspress-enhancements",
"version": "0.1.5",
"version": "0.1.10",
"main": "Gruntfile.js",
"author": "YOUR NAME HERE",
"scripts" : {

View File

@@ -8,13 +8,13 @@
* Text Domain: tonys-sportspress-enhancements
* Domain Path: /languages
* Update URI: https://github.com/anthonyscorrea/tonys-sportspress-enhancements
* Version: 0.1.9
* Version: 0.1.10
*
* @package Tonys_Sportspress_Enhancements
*/
if ( ! defined( 'TONY_SPORTSPRESS_ENHANCEMENTS_VERSION' ) ) {
define( 'TONY_SPORTSPRESS_ENHANCEMENTS_VERSION', '0.1.9' );
define( 'TONY_SPORTSPRESS_ENHANCEMENTS_VERSION', '0.1.10' );
}
if ( ! defined( 'TONY_SPORTSPRESS_ENHANCEMENTS_FILE' ) ) {