From b7ff0f57b10eabc2d1ecdb4eff85a7ee0ba273d8 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Thu, 7 Dec 2023 14:57:42 +0000 Subject: [PATCH] Version Numbering --- changelog.md | 2 ++ package.json | 2 +- pie-custom-functions-mu.php | 2 +- pie-custom-functions.php | 2 +- update.json | 4 ++-- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index a9e1a91..4539f31 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0] 2023-12-07 + ## [1.1.0] 2023-12-07 <<<<<<< HEAD diff --git a/package.json b/package.json index 8191886..79563d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pie-custom-functions", - "version": "1.1.0", + "version": "1.2.0", "description": "Custom functions for Pie Hosting", "main": "plugin.php", "repository": "git@github.com:pie/pie-custom-functions.git", diff --git a/pie-custom-functions-mu.php b/pie-custom-functions-mu.php index ad8b9e6..22a80ac 100644 --- a/pie-custom-functions-mu.php +++ b/pie-custom-functions-mu.php @@ -5,7 +5,7 @@ * Description: Custom functions for Pie Hosting * Author: Pie Hosting * Author URI: https://pie.co.de - * Version: 2.0.0 + * Version: 1.2.0 * License: GPL2 * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Text Domain: pie-custom-functions diff --git a/pie-custom-functions.php b/pie-custom-functions.php index 31a293c..6146b9a 100644 --- a/pie-custom-functions.php +++ b/pie-custom-functions.php @@ -4,7 +4,7 @@ * Description: Custom functions for Pie Hosting * Author: Pie Hosting * Author URI: https://pie.co.de - * Version: 1.1.0 + * Version: 1.2.0 * License: GPL2 * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Text Domain: pie-custom-functions diff --git a/update.json b/update.json index ccabded..b83e9e0 100644 --- a/update.json +++ b/update.json @@ -1,7 +1,7 @@ { "name": "Pie Custom Functions", - "version": "1.1.0", - "download_url": "https://github.com/pie/pie-custom-functions/releases/download/1.1.0/pie-custom-functions.zip", + "version": "1.2.0", + "download_url": "https://github.com/pie/pie-custom-functions/releases/download/1.2.0/pie-custom-functions.zip", "banners": { "low" : "./assets/banners/banner-772x225.png", "high" : "./assets/banners/banner-1544x500.png"