Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mboynes committed Sep 27, 2016
1 parent c059c0e commit 62e4eed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: mboynes, alleyinteractive
Tags: search, elasticsearch, faceted search, performance
Requires at least: 3.8
Tested up to: 3.8
Stable tag: 0.2
Stable tag: 0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions lib/class-sp-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ public function sp_sync_status() {

public function assets() {
if ( current_user_can( $this->capability ) && $this->is_settings_page() ) {
wp_enqueue_style( 'searchpress-admin-css', SP_PLUGIN_URL . '/assets/admin.css', array(), '0.2' );
wp_enqueue_script( 'searchpress-admin-js', SP_PLUGIN_URL . '/assets/admin.js', array( 'jquery' ), '0.2', true );
wp_enqueue_style( 'searchpress-admin-css', SP_PLUGIN_URL . '/assets/admin.css', array(), '0.3' );
wp_enqueue_script( 'searchpress-admin-js', SP_PLUGIN_URL . '/assets/admin.js', array( 'jquery' ), '0.3', true );
wp_localize_script( 'searchpress-admin-js', 'searchpress', array(
'admin_url' => esc_url_raw( admin_url( 'tools.php?page=searchpress' ) ),
) );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"name": "searchpress",
"version": "0.2.0",
"version": "0.3.0",
"main": "Gruntfile.js",
"author": "Matthew Boynes",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion searchpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin Name: SearchPress
Plugin URI: http://searchpress.org/
Description: Elasticsearch for WordPress.
Version: 0.2
Version: 0.3
Author: Matthew Boynes, Alley Interactive
Author URI: http://www.alleyinteractive.com/
*/
Expand Down

0 comments on commit 62e4eed

Please sign in to comment.