From 7700e0ebab5be5fb98a04447106bca18bef49244 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Thu, 29 Sep 2022 10:23:39 +0000 Subject: [PATCH] Version Numbering --- changelog.md | 2 +- package.json | 2 +- plugin.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 0322e4e..01b158a 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [6.0.1] 2022-09-29 ### Added - Some text to Coolfile diff --git a/package.json b/package.json index 9e91cc3..4d4fe5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ascott-analytical-chambers-test-standards", - "version": "6.0.0", + "version": "6.0.1", "main": "index.js", "repository": "git@bitbucket.org:pieweb/ascott-analytical-chambers-test-standards.git", "author": "Neil Pie ", diff --git a/plugin.php b/plugin.php index babb6ea..5c21883 100644 --- a/plugin.php +++ b/plugin.php @@ -2,7 +2,7 @@ /* Plugin Name: Anything Description: A bespoke plugin to add all functionality -Version: 6.0.0 +Version: 6.0.1 Author: The team at PIE Author URI: http://pie.co.de */