Skip to content

Commit

Permalink
Version 1.5.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Apr 11, 2023
1 parent 8acdf3a commit 53479d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seriously-simple-stats.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
* Plugin Name: Seriously Simple Stats
* Version: 1.5.0-beta
* Version: 1.5.0-beta.2
* Plugin URI: https://wordpress.org/plugins/seriously-simple-stats
* Description: Integrated analytics and stats tracking for Seriously Simple Podcasting.
* Author: Castos
Expand All @@ -27,7 +27,7 @@

use SeriouslySimpleStats\Classes\Stats;

define( 'SSP_STATS_VERSION', '1.5.0-beta' );
define( 'SSP_STATS_VERSION', '1.5.0-beta.2' );
define( 'SSP_STATS_DIR_PATH', plugin_dir_path( __FILE__ ) );

require_once SSP_STATS_DIR_PATH . 'vendor/autoload.php';
Expand Down

0 comments on commit 53479d3

Please sign in to comment.