Skip to content

Commit

Permalink
Resetting the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Aug 29, 2024
1 parent 8675ef8 commit 6e8e8b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lsx-importer-for-wetu.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/lightspeeddevelopment/lsx-wetu-importer
* Description: By integrating with the Wetu Tour Operator system, you are able to import your content into the LSX Tour Operators plugin format
* Author: LightSpeed
* Version: 1.5.0
* Version: 1.4.2
* Author URI: https://www.lsdev.biz/
* License: GPL3+
* Text Domain: lsx-wetu-importer
Expand All @@ -14,7 +14,7 @@
define( 'LSX_WETU_IMPORTER_PATH', plugin_dir_path( __FILE__ ) );
define( 'LSX_WETU_IMPORTER_CORE', __FILE__ );
define( 'LSX_WETU_IMPORTER_URL', plugin_dir_url( __FILE__ ) );
define( 'LSX_WETU_IMPORTER_VER', '1.5.0' );
define( 'LSX_WETU_IMPORTER_VER', '1.4.2' );

register_activation_hook( LSX_WETU_IMPORTER_CORE, array( 'LSX_WETU_Importer', 'register_activation_hook' ) );

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-wetu-importer",
"version": "1.5",
"version": "1.4.2",
"description": "Tour Operators add-on 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, tour operator, tours, destination, accommodation
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.4
Stable tag: 1.5
Stable tag: 1.4.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 6e8e8b6

Please sign in to comment.