Skip to content

Commit 11c9ac3

Browse files
committed
Updated version to 1.2.1.
1 parent 2d6250f commit 11c9ac3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nofrixion-for-woocommerce.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Author URI: https://nofrixion.com
99
* Text Domain: nofrixion-for-woocommerce
1010
* Domain Path: /languages
11-
* Version: 1.2.0
11+
* Version: 1.2.1
1212
* Requires PHP: 7.4
1313
* Tested up to: 6.3 * Requires at least: 5.2
1414
*/
@@ -23,10 +23,10 @@
2323

2424
defined('ABSPATH') || exit();
2525

26-
define('NOFRIXION_VERSION', '1.2.0');
26+
define('NOFRIXION_VERSION', '1.2.1');
2727
// bump these independently of NOFRIXION_VERSION for cachebusting during development
28-
define('NOFRIXION_JS_VERSION', '1.2.0');
29-
define('NOFRIXION_CSS_VERSION', '1.2.0');
28+
define('NOFRIXION_JS_VERSION', '1.2.1');
29+
define('NOFRIXION_CSS_VERSION', '1.2.1');
3030

3131
define('NOFRIXION_PLUGIN_FILE_PATH', plugin_dir_path(__FILE__));
3232
define('NOFRIXION_PLUGIN_URL', plugin_dir_url(__FILE__));

0 commit comments

Comments
 (0)