Skip to content

Commit

Permalink
Tagging v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber committed May 9, 2012
1 parent bbf512c commit 1856ebb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: danielbachhuber, automattic
Tags: rewrite rules, tools
Tested up to: 3.3.2
Requires at least: 3.1
Stable tag: 0.0
Stable tag: 1.0

Straightforward WordPress admin tool for inspecting your rewrite rules

Expand Down
4 changes: 2 additions & 2 deletions rewrite-rules-inspector.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* Plugin URI: http://automattic.com
* Description: Simple WordPress Admin view for inspecting your rewrite rules
* Author: Daniel Bachhuber, Automattic
* Version: 0.0
* Version: 1.0
* Author URI: http://automattic.com/
*/

define( 'REWRITE_RULES_INSPECTOR_VERSION', '0.0' );
define( 'REWRITE_RULES_INSPECTOR_VERSION', '1.0' );
define( 'REWRITE_RULES_INSPECTOR_ROOT', dirname( __FILE__ ) );
define( 'REWRITE_RULES_INSPECTOR_FILE_PATH' , REWRITE_RULES_INSPECTOR_ROOT . '/' . basename( __FILE__ ) );

Expand Down

0 comments on commit 1856ebb

Please sign in to comment.