Skip to content

Commit 03d2b75

Browse files
author
Github Actions
committed
Version Numbering
1 parent f234fec commit 03d2b75

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.2.1] 2023-12-07
10+
911
## [1.2.0] 2023-12-07
1012

1113
## [1.1.0] 2023-12-07

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pie-custom-functions",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Custom functions for Pie Hosting",
55
"main": "plugin.php",
66
"repository": "git@github.com:pie/pie-custom-functions.git",

pie-custom-functions-mu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Custom functions for Pie Hosting
66
* Author: Pie Hosting
77
* Author URI: https://pie.co.de
8-
* Version: 1.2.0
8+
* Version: 1.2.1
99
* License: GPL2
1010
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111
* Text Domain: pie-custom-functions

pie-custom-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: Custom functions for Pie Hosting
55
* Author: Pie Hosting
66
* Author URI: https://pie.co.de
7-
* Version: 1.2.0
7+
* Version: 1.2.1
88
* License: GPL2
99
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
* Text Domain: pie-custom-functions

update.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Pie Custom Functions",
3-
"version": "1.2.0",
4-
"download_url": "https://github.com/pie/pie-custom-functions/releases/download/1.2.0/pie-custom-functions.zip",
3+
"version": "1.2.1",
4+
"download_url": "https://github.com/pie/pie-custom-functions/releases/download/1.2.1/pie-custom-functions.zip",
55
"banners": {
66
"low" : "https://pie.github.io/pie-custom-functions/assets/banners/banner-772x250.png",
77
"high" : "https://pie.github.io/pie-custom-functions/assets/banners/banner-1544x500.png"

0 commit comments

Comments
 (0)