Skip to content

Commit

Permalink
bump version numbers to 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ggwicz committed Feb 22, 2021
1 parent ae45990 commit d761067
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 41 deletions.
65 changes: 27 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "ConvertKit",
"author": "ConvertKit",
"license": "GPL-2.0",
"version": "1.9.3",
"version": "1.9.4",
"description": "",
"homepage": "https://github.com/convertkit/ConvertKit-WordPress",
"main": "Gruntfile.js",
Expand Down
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.9.3
* Version: 1.9.4
* 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', __DIR__ );
define( 'CONVERTKIT_PLUGIN_VERSION', '1.9.3' );
define( 'CONVERTKIT_PLUGIN_VERSION', '1.9.4' );

require_once CONVERTKIT_PLUGIN_PATH . '/vendor/autoload.php';

Expand Down

0 comments on commit d761067

Please sign in to comment.