Skip to content

Commit

Permalink
Update changelog and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jarednova committed Nov 8, 2022
1 parent e11f42f commit 43be320
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/timber.php
Expand Up @@ -4,7 +4,7 @@
Description: The WordPress Timber Library allows you to write themes using the power of Twig templates.
Plugin URI: https://upstatement.com/timber
Author: Jared Novack + Upstatement
Version: 1.21.0
Version: 1.22.0
Author URI: http://upstatement.com/
Requires PHP: 7.2.5
Requires at least: 5.3.0
Expand Down
2 changes: 1 addition & 1 deletion lib/Timber.php
Expand Up @@ -35,7 +35,7 @@
*/
class Timber {

public static $version = '1.21.0';
public static $version = '1.22.0';
public static $locations;
public static $dirname = 'views';
public static $twig_cache = false;
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
@@ -1,8 +1,8 @@
=== Timber ===
Contributors: jarednova
Tags: template engine, templates, twig
Tested up to: 6.0.0
Stable tag: 1.21.0
Tested up to: 6.1
Stable tag: 1.22.0
Requires PHP: 7.2.5
Requires at least: 5.3.0
License: GPLv2 or later
Expand Down

0 comments on commit 43be320

Please sign in to comment.