Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Aug 18, 2023
1 parent 3eddad2 commit d438b7d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Domain Path: lang
* Version: 4.0.0
* Version: 4.0.1
*/

/*
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Automatically send your posts as Tweets.
* Tags: accessibility, WordPress
* Requires at least: 6.0
* Tested up to: 6.3
* Stable tag: `4.0.0`
* Stable tag: `4.0.1`
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
2 changes: 1 addition & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tested up to: 6.3
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: wp-to-twitter
Stable tag: 4.0.0
Stable tag: 4.0.1

Posts an X.com update when you update your WordPress blog or add a link, with your chosen URL shortening service.

Expand Down
4 changes: 2 additions & 2 deletions src/wp-to-twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Domain Path: lang
* Version: 4.0.0
* Version: 4.0.1
*/

/*
Expand Down Expand Up @@ -68,7 +68,7 @@
require_once( plugin_dir_path( __FILE__ ) . 'wpt-rate-limiting.php' );

global $wpt_version;
$wpt_version = '4.0.0';
$wpt_version = '4.0.1';

add_action( 'init', 'wpt_load_textdomain' );
/**
Expand Down

0 comments on commit d438b7d

Please sign in to comment.