Skip to content

Commit

Permalink
Fix plugin version number
Browse files Browse the repository at this point in the history
This was messed up in 0bab295
  • Loading branch information
tnorthcutt committed Jan 16, 2019
1 parent 40a9e85 commit b12b95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-convertkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: ConvertKit
* Plugin URI: https://convertkit.com/
* Description: Quickly and easily integrate ConvertKit forms into your site.
* Version: 1.6.2
* Version: 1.6.3
* Author: ConvertKit
* Author URI: https://convertkit.com/
* Text Domain: convertkit
Expand All @@ -16,7 +16,7 @@
define( 'CONVERTKIT_PLUGIN_FILE', plugin_basename( __FILE__ ) );
define( 'CONVERTKIT_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'CONVERTKIT_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
define( 'CONVERTKIT_PLUGIN_VERSION', '1.6.2' );
define( 'CONVERTKIT_PLUGIN_VERSION', '1.6.3' );

require_once CONVERTKIT_PLUGIN_PATH . '/includes/class-convertkit.php';
require_once CONVERTKIT_PLUGIN_PATH . '/includes/class-convertkit-api.php';
Expand Down

0 comments on commit b12b95b

Please sign in to comment.