Skip to content

Commit

Permalink
Version bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheh committed Nov 4, 2016
1 parent 0a413d4 commit 2696c09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cherry-trending-posts.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
* Plugin Name: Cherry Trending Posts
* Plugin URI:
* Plugin URI: https://github.com/CherryFramework/cherry-trending-posts
* Description: Adds rating and views count for posts and custom post types.
* Version: 0.0.9
* Version: 1.0.0
* Author: Template Monster
* Author URI: http://www.templatemonster.com/
* Text Domain: cherry-trending-posts
Expand Down Expand Up @@ -134,7 +134,7 @@ public function constants() {
*
* @since 1.0.0
*/
define( 'CHERRY_TREND_POSTS_VERSION', '0.0.9' );
define( 'CHERRY_TREND_POSTS_VERSION', '1.0.0' );

/**
* Set constant path to the plugin directory.
Expand Down

0 comments on commit 2696c09

Please sign in to comment.