Skip to content

Commit

Permalink
bumped version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Apr 13, 2022
1 parent 3773027 commit 0993af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoshare-for-twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Autoshare for Twitter
* Description: Automatically tweets the post title or custom message and a link to the post.
* Disclaimer: TWITTER, TWEET, RETWEET and the Twitter logo are trademarks of Twitter, Inc. or its affiliates.
* Version: 1.1.0
* Version: 1.1.1
* Requires at least: 4.9
* Requires PHP: 7.2
* Author: 10up
Expand All @@ -20,7 +20,7 @@
}

define( 'AUTOSHARE_FOR_TWITTER', __FILE__ );
define( 'AUTOSHARE_FOR_TWITTER_VERSION', '1.1.0' );
define( 'AUTOSHARE_FOR_TWITTER_VERSION', '1.1.1' );
define( 'AUTOSHARE_FOR_TWITTER_URL', plugin_dir_url( __FILE__ ) );
define( 'AUTOSHARE_FOR_TWITTER_PATH', plugin_dir_path( __FILE__ ) );
define( 'AUTOSHARE_FOR_TWITTER_INC', AUTOSHARE_FOR_TWITTER_PATH . 'includes/' );
Expand Down

0 comments on commit 0993af9

Please sign in to comment.