Skip to content

Commit

Permalink
chore: bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjcolombini committed Jun 6, 2023
1 parent 70798bc commit 756c76d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.4' );
define( 'THEME_VERSION', '0.10.0' );

if ( ! defined( 'WP_ENVIRONMENT_TYPE' ) ) {
$host = filter_input( INPUT_SERVER, 'HTTP_HOST', FILTER_SANITIZE_STRING );
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "0.10.0",
"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/tool/election-website-template
* Author: Center for Tech and Civic Life, United States Digital Response
* Author URI: https://usdigitalresponse.org/
* Version: 0.9.5
* Version: 0.10.0
* 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 756c76d

Please sign in to comment.