Skip to content

Commit

Permalink
version incremental to 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
michelve committed Aug 30, 2019
1 parent 09543d4 commit 3ff0a30
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.1
Version: 5.1.2
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.1');
define('SLM_VERSION', '5.1.2');
define('SLM_DB_VERSION', '4.1.0');
define('SLM_REWRITE_VERSION', '2.3.0');
define('SLM_FOLDER', dirname(plugin_basename(__FILE__)));
Expand Down

0 comments on commit 3ff0a30

Please sign in to comment.