Skip to content

Commit

Permalink
version incremental
Browse files Browse the repository at this point in the history
version incremental
  • Loading branch information
Michel committed Jul 30, 2019
1 parent 77762aa commit ec547c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions software-license-manager.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Software License Manager
Version: 5.0.3
Version: 5.0.4
Plugin URI: https://github.com/michelve/software-license-manager/
Author: Michel Velis
Author URI: https://www.epikly.com/
Expand All @@ -19,7 +19,7 @@
global $wpdb, $slm_debug_logger;

//Short name/slug "SLM" or "slm"
define('SLM_VERSION', '5.0.3');
define('SLM_VERSION', '5.0.4');
define('SLM_DB_VERSION', '4.0.14');
define('SLM_REWRITE_VERSION', '2.1.4');
define('SLM_FOLDER', dirname(plugin_basename(__FILE__)));
Expand Down

0 comments on commit ec547c5

Please sign in to comment.