Skip to content

Commit c21e521

Browse files
committed
Bump 1.0.0
1 parent ccf862e commit c21e521

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "happyprime/network-template-parts",
33
"description": "Render block template parts from the main site of a network.",
4-
"version": "0.1.1",
4+
"version": "1.0.0",
55
"type": "wordpress-plugin",
66
"license": "GPLv2-or-later",
77
"config": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "network-template-parts",
3-
"version": "0.1.1",
4-
"description": "",
3+
"version": "1.0.0",
4+
"description": "Render template parts in a site or network context.",
55
"author": "Happy Prime",
66
"license": "GPL-2.0-or-later",
77
"keywords": [

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Network Template Parts
44
* Description: Render template parts in a site or network context.
5-
* Version: 0.1.1
5+
* Version: 1.0.0
66
* Plugin URI: https://github.com/happyprime/network-template-parts/
77
* Author: Happy Prime
88
* Author URI: https://happyprime.co

0 commit comments

Comments
 (0)