Skip to content

Commit

Permalink
- update changelog
Browse files Browse the repository at this point in the history
- update version number in main plugin file
  • Loading branch information
jasonbahl committed Nov 10, 2022
1 parent a78db46 commit 9d21091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In order to use v0.2.0+ of WPGraphQL Smart Cache, you will need WPGraphQL v1.12.

== Changelog ==

= 0.3.1 =
= 0.3.1 =

- chore: update readme.txt with tags, updated "tested up to" version
- chore: update testing matrix to run tests on more versions of WordPress and PHP
Expand Down
4 changes: 2 additions & 2 deletions wp-graphql-smart-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Requires PHP: 7.4
* Text Domain: wp-graphql-smart-cache
* Domain Path: /languages
* Version: 0.3.0
* Version: 0.3.1
* License: GPL-3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*
Expand All @@ -36,7 +36,7 @@
}

const WPGRAPHQL_REQUIRED_MIN_VERSION = '1.2.0';
const WPGRAPHQL_SMART_CACHE_VERSION = '0.3.0';
const WPGRAPHQL_SMART_CACHE_VERSION = '0.3.1';

require __DIR__ . '/vendor/autoload.php';

Expand Down

0 comments on commit 9d21091

Please sign in to comment.