Skip to content

Commit

Permalink
5.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
michelve committed Sep 4, 2019
1 parent 6ce9491 commit ca2a08d
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.1.3
Version: 5.1.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.1.3');
define('SLM_VERSION', '5.1.4');
define('SLM_DB_VERSION', '4.1.1');
define('SLM_REWRITE_VERSION', '2.3.0');
define('SLM_FOLDER', dirname(plugin_basename(__FILE__)));
Expand Down

0 comments on commit ca2a08d

Please sign in to comment.