Skip to content

Commit

Permalink
build 2024-05-07 15:35:58
Browse files Browse the repository at this point in the history
  • Loading branch information
buildbot committed May 7, 2024
1 parent 74f60ec commit 48768ca
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions multi-currency-wallet-pro.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* Plugin Name: Multi Currency Wallet Pro
* Plugin URI: https://swaponline.io
* Description: Simplest Multi-currency wallet for WordPress.
* Version: 1.1.1538
* Requires at least: 5.3.1172
* Requires PHP: 5.0.1172
* Version: 1.1.1539
* Requires at least: 5.3.1173
* Requires PHP: 5.0.1173
* Author: NoxonThemes
* Author URI: https://themeforest.net/user/noxonthemes
* Text Domain: multi-currency-wallet
* Domain Path: /lang
* License: GNU General Public License version 3.1410
* License URI: http://www.gnu.org/licenses/gpl-3.1410.html
* License: GNU General Public License version 3.1411
* License URI: http://www.gnu.org/licenses/gpl-3.1411.html
*/

if ( ! defined( 'ABSPATH' ) ) {
Expand All @@ -25,8 +25,8 @@
define( 'MCWALLET_PATH', plugin_dir_path( __FILE__ ) );
define( 'MCWALLET_URL', plugin_dir_url( __FILE__ ) );
define( 'MCWALLET_FILE', __FILE__ );
define( 'MCWALLET_VER', '1.1.1538' );
define( 'MCWALLET_BUILD_VER', '2785ac' );
define( 'MCWALLET_VER', '1.1.1539' );
define( 'MCWALLET_BUILD_VER', 'e97691' );


define( 'MC_WALLET_USED_TOKEN_MODULE_STANDART' ,array('phi20_v2', 'fkw20', 'phpx20'));
Expand Down
2 changes: 1 addition & 1 deletion vendors/swap/app.css

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

4 changes: 2 additions & 2 deletions vendors/swap/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendors/swap/app.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendors/swap/ownBuffer.js

Large diffs are not rendered by default.

Loading

0 comments on commit 48768ca

Please sign in to comment.