Skip to content

Commit

Permalink
0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Bearded Avenger committed Jun 24, 2015
1 parent 8575315 commit e100121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-live-search.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: WP Live Search
* Plugin URI: http://nickhaskins.com
* Description: A super light-weight live search plugin that utilizes the WP REST API
* Version: 0.8
* Version: 0.9
* GitHub Plugin URI: https://github.com/bearded-avenger/wp-live-search
*/

Expand All @@ -20,7 +20,7 @@
}

// Set some constants
define('WP_LIVE_SEARCH_VERSION', '0.8');
define('WP_LIVE_SEARCH_VERSION', '0.9');
define('WP_LIVE_SEARCH_DIR', plugin_dir_path( __FILE__ ));
define('WP_LIVE_SEARCH_URL', plugins_url( '', __FILE__ ));

Expand Down

0 comments on commit e100121

Please sign in to comment.