Skip to content

Commit

Permalink
bump version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Nov 12, 2020
1 parent a9d9455 commit 993a877
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@
*/

// Global constants.
define( 'THEME_VERSION', '0.9.2' );
define( 'THEME_VERSION', '0.9.3' );

if ( ! defined( 'WP_ENVIRONMENT_TYPE' ) ) {
$host = filter_input( INPUT_SERVER, 'HTTP_HOST', FILTER_SANITIZE_STRING );
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ctcl-election-website-toolkit",
"version": "0.9.2",
"version": "0.9.3",
"description": "Election websites toolkit, by CTCL and USDR",
"main": "Gruntfile.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Theme URI: https://electiontools.org/
* Author: Center for Tech and Civic Life, United States Digital Reponse
* Author URI: https://usdigitalresponse.org/
* Version: 0.9.2
* Version: 0.9.3
* Description: If you’re a local election official in the United States, you can use this template to get a head start on building your election website. The template will provide you with (1) a pre-built home page with election-related links and icons, (2) pre-loaded web pages on voting, voter registration, election resources, and more. The template follows guidelines from the Center for Civic Design and is fast, mobile-friendly and accessible.
* Requires at least: 5.4
* Tested up to: 5.5
Expand Down

0 comments on commit 993a877

Please sign in to comment.