Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkatz committed May 14, 2014
1 parent 95e15ea commit f939f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gravityview.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Plugin Name: GravityView
* Plugin URI: http://www.seodenver.com/
* Description: Create directories based on a Gravity Forms form, insert them using a shortcode, and modify how they output.
* Version: 1.0-beta
* Version: 1.0.1-beta
* Author: Katz Web Services, Inc.
* Author URI: http://www.katzwebservices.com
* Text Domain: gravity-view
Expand All @@ -31,7 +31,7 @@

/** Constants */
if ( !defined('GRAVITYVIEW_VERSION') )
define( 'GRAVITYVIEW_VERSION', '1.0-beta' );
define( 'GRAVITYVIEW_VERSION', '1.0.1-beta' );
if( !defined('GRAVITYVIEW_FILE') )
define( 'GRAVITYVIEW_FILE', __FILE__ );
if ( !defined('GRAVITYVIEW_URL') )
Expand Down

0 comments on commit f939f51

Please sign in to comment.