diff --git a/composer.json b/composer.json index 492ab1e..77d73fb 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "happyprime/network-template-parts", "description": "Render block template parts from the main site of a network.", - "version": "0.1.1", + "version": "1.0.0", "type": "wordpress-plugin", "license": "GPLv2-or-later", "config": { diff --git a/composer.lock b/composer.lock index 6f63190..64d34a5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "67d1b179146b35a5052ade5266e2885d", + "content-hash": "a94ed089531987a56b0079d7d86a34e5", "packages": [], "packages-dev": [ { diff --git a/package-lock.json b/package-lock.json index 2461d1e..cd723b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "network-template-parts", - "version": "0.1.1", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "network-template-parts", - "version": "0.1.1", + "version": "1.0.0", "license": "GPL-2.0-or-later", "devDependencies": { "@wordpress/scripts": "^26.3.0" diff --git a/package.json b/package.json index ae85720..63d3531 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "network-template-parts", - "version": "0.1.1", - "description": "", + "version": "1.0.0", + "description": "Render template parts in a site or network context.", "author": "Happy Prime", "license": "GPL-2.0-or-later", "keywords": [ diff --git a/plugin.php b/plugin.php index 2dfd1a3..42facbe 100644 --- a/plugin.php +++ b/plugin.php @@ -2,7 +2,7 @@ /** * Plugin Name: Network Template Parts * Description: Render template parts in a site or network context. - * Version: 0.1.1 + * Version: 1.0.0 * Plugin URI: https://github.com/happyprime/network-template-parts/ * Author: Happy Prime * Author URI: https://happyprime.co