Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tlongren committed Apr 29, 2011
1 parent d97ab85 commit ebd16e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function html5press_layout_view() {

add_action( 'wp_head', 'html5press_layout_view' );
if ( ! isset( $content_width ) ) $content_width = 580;
define( 'html5press_version', '1.3-rc1' );
define( 'html5press_version', '1.3' );
function html5press_getinfo( $show = '' ) {
$output = '';

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: http://www.longren.org/wordpress/html5press
Description: Ported HTML5 design to a WordPress theme.
Author: Tyler Longren
Author URI: http://www.longren.org/
Version: 1.3-rc1
Version: 1.3
Tags: black, white, pink, two-columns, fixed-width, threaded-comments, custom-menu, right-sidebar, translation-ready
License: GNU General Public License
License URI: license.txt
Expand Down

0 comments on commit ebd16e5

Please sign in to comment.