Skip to content

Commit 9bbecc1

Browse files
committed
1.0.3
1 parent 62cdd19 commit 9bbecc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nextjs-wordpress-plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Next.js WordPress Plugin
44
* Plugin URI: https://github.com/gregrickaby/nextjs-wordpress-plugin
55
* Description: A plugin to help turn WordPress into a headless CMS.
6-
* Version: 1.0.2
6+
* Version: 1.0.3
77
* Author: Greg Rickaby <greg@gregrickaby.com>
88
* Author URI: https://gregrickaby.com
99
* License: MIT
@@ -21,7 +21,7 @@
2121
// Define constants.
2222
define( 'NEXTJS_WORDPRESS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
2323
define( 'NEXTJS_WORDPRESS_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
24-
define( 'NEXTJS_WORDPRESS_VERSION', '1.0.2' );
24+
define( 'NEXTJS_WORDPRESS_VERSION', '1.0.3' );
2525

2626
// Require files.
2727
require_once 'inc/blocks.php';

0 commit comments

Comments
 (0)