Skip to content

Commit

Permalink
Version 3.6.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Oct 24, 2024
1 parent 79edb2a commit 66d8229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seriously-simple-podcasting.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: Seriously Simple Podcasting
* Version: 3.6.0-alpha
* Version: 3.6.0-alpha.2
* Plugin URI: https://castos.com/seriously-simple-podcasting/?utm_medium=sspodcasting&utm_source=wordpress&utm_campaign=wpplugin_08_2019
* Description: Podcasting the way it's meant to be. No mess, no fuss - just you and your content taking over the world.
* Author: Castos
Expand All @@ -22,7 +22,7 @@
exit;
}

define( 'SSP_VERSION', '3.6.0-alpha' );
define( 'SSP_VERSION', '3.6.0-alpha.2' );
define( 'SSP_PLUGIN_FILE', __FILE__ );
define( 'SSP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'SSP_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
Expand Down

0 comments on commit 66d8229

Please sign in to comment.