Skip to content

Commit

Permalink
v1.6.1 ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
kuuak committed Feb 5, 2024
1 parent d96f6c6 commit e55c395
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nextjs-revalidate.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Next.js plugin allows you to purge & re-build the cached pages from the WordPress admin area. It also automatically purges & re-builds when a page/post/... is save or updated.
* Author: superhuit
* Author URI: https://www.superhuit.ch
* Version: 1.6.0
* Version: 1.6.1
* license: GPLv3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Requires PHP: 7.4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-revalidate",
"version": "1.6.0",
"version": "1.6.1",
"description": "Next.js plugin allows you to purge & re-build the cached pages from the WordPress admin area. It also automatically purges & re-builds when a page/post/... is save or updated.",
"main": "src/index.ts",
"repository": "git@github.com:superhuit-agency/nextjs-revalidate.git",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: Next.js, Nextjs, Next, Cache, revalidate, Purge
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 7.4
Stable tag: 1.6.0
Stable tag: 1.6.1
license: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit e55c395

Please sign in to comment.