Skip to content

Commit

Permalink
chore: bump version to 0.12.2 (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjcolombini authored Jul 29, 2024
1 parent 4fc36dd commit 317dccf
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CTCL Election Website Toolkit #
**Contributors:** [paulschreiber](https://profiles.wordpress.org/paulschreiber/), [legarlin](https://profiles.wordpress.org/legarlin/)
**Requires at least:** 5.5
**Tested up to:** 6.5.2
**Tested up to:** 6.6.1
**Stable tag:** 1.0
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
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.12.1' );
define( 'THEME_VERSION', '0.12.2' );

if ( ! defined( 'WP_ENVIRONMENT_TYPE' ) ) {
$host = filter_input( INPUT_SERVER, 'HTTP_HOST', FILTER_SANITIZE_ENCODED );
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.12.1",
"version": "0.12.2",
"description": "Election websites toolkit, by CTCL and USDR",
"main": "Gruntfile.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== CTCL Election Website Toolkit ===
Contributors: paulschreiber, legarlin
Requires at least: 5.5
Tested up to: 6.5.2
Tested up to: 6.6.1
Stable tag: 1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
* 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.12.1
* Version: 0.12.2
* 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.5
* Tested up to: 6.4
* Tested up to: 6.6.1
* Requires PHP: 7.3
* Tested PHP up to: 8.2
* Text Domain: ctcl-election-website-template
Expand Down

0 comments on commit 317dccf

Please sign in to comment.