Skip to content

Commit

Permalink
Updating the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Oct 20, 2021
1 parent df63b04 commit b1f71cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lsx-currencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: LSX Currencies
* Plugin URI: https://www.lsdev.biz/product/lsx-currencies
* Description: The LSX Currencies extension adds currency selection functionality to sites, allowing users to view your products in whatever currencies you choose to sell in.
* Version: 1.2.3
* Version: 1.2.4
* Author: LightSpeed
* Author URI: https://www.lsdev.biz/
* License: GPL3
Expand All @@ -20,7 +20,7 @@
define( 'LSX_CURRENCIES_PATH', plugin_dir_path( __FILE__ ) );
define( 'LSX_CURRENCIES_CORE', __FILE__ );
define( 'LSX_CURRENCIES_URL', plugin_dir_url( __FILE__ ) );
define( 'LSX_CURRENCIES_VER', '1.2.3' );
define( 'LSX_CURRENCIES_VER', '1.2.4' );

require_once LSX_CURRENCIES_PATH . 'classes/deprecated/class-lsx-currencies.php';
require_once LSX_CURRENCIES_PATH . 'classes/class-currencies.php';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lsx-currencies",
"version": "1.2.3",
"version": "1.2.4",
"description": "Currencies for LSX",
"main": "gulpfile.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: lsx, gutenberg, currency switcher, currencies, currency converter
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.2
Stable tag: 1.2.3
Stable tag: 1.2.4
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html

Expand Down

0 comments on commit b1f71cb

Please sign in to comment.