Skip to content

Commit

Permalink
Tag updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasantonov committed Jan 2, 2023
1 parent 39e6c29 commit 7547b63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airport-transfers.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

defined( 'ABSPATH' ) or die( 'I can\'t do anything alone! Sorry!' );

define( 'NS_AIRPORT_TRANSFERS_VERSION', '1.1' );
define( 'NS_AIRPORT_TRANSFERS_VERSION', '1.1.0' );
define( 'NS_AIRPORT_TRANSFERS_PATH', plugin_dir_path( __FILE__ ) );
define( 'NS_AIRPORT_TRANSFERS_URL', plugins_url( '/', __FILE__ ) );

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: transfer, airport, arrival, departure
Requires at least: 3.0.1
Tested up to: 6.1.1
Requires PHP: 5.6
Stable tag: 1.1
Stable tag: 1.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 7547b63

Please sign in to comment.