From cc2144952eeb4a69ccedfacab437360e558e7019 Mon Sep 17 00:00:00 2001 From: Ryan Markel Date: Thu, 18 Jun 2015 07:30:10 -0500 Subject: [PATCH] Version bump to non-alpha --- edit_flow.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edit_flow.php b/edit_flow.php index 0062c543f..7de6b9199 100644 --- a/edit_flow.php +++ b/edit_flow.php @@ -4,7 +4,7 @@ Plugin URI: http://editflow.org/ Description: Remixing the WordPress admin for better editorial workflow options. Author: Daniel Bachhuber, Scott Bressler, Mohammad Jangda, Automattic, and others -Version: 0.8.1-alpha +Version: 0.8.1 Author URI: http://editflow.org/ Copyright 2009-2013 Mohammad Jangda, Daniel Bachhuber, et al. @@ -345,4 +345,4 @@ function register_scripts_and_styles() { function EditFlow() { return edit_flow::instance(); } -add_action( 'plugins_loaded', 'EditFlow' ); \ No newline at end of file +add_action( 'plugins_loaded', 'EditFlow' );