diff --git a/package-lock.json b/package-lock.json index da6f599..951b1bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@platform-coop-toolkit/pcc-framework", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b83e7a2..f628671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@platform-coop-toolkit/pcc-framework", - "version": "2.2.1", + "version": "2.2.2", "description": "Utilities, custom post types and blocks for the Platform Cooperativism Consortium website.", "author": "OCAD University", "license": "BSD-3-Clause", diff --git a/pcc-framework.php b/pcc-framework.php index 87752b4..52a33c0 100644 --- a/pcc-framework.php +++ b/pcc-framework.php @@ -9,7 +9,7 @@ * Domain Path: /languages * License: BSD 3-Clause "New" License * License URI: https://opensource.org/licenses/BSD-3-Clause - * Version: 2.2.1 + * Version: 2.2.2 * * @package PCCFramework */ diff --git a/readme.txt b/readme.txt index fad221a..016c819 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ License: BSD 3-Clause "New" License License URI: https://opensource.org/licenses/BSD-3-Clause Requires at least: 5.3 Tested up to: 5.3 -Stable tag: 2.2.1 +Stable tag: 2.2.2 [![License](https://badgen.net/github/license/platform-coop-toolkit/pcc-framework)](https://github.com/platform-coop-toolkit/pcc-framework/blob/master/LICENSE.md) [![Status](https://badgen.net/github/status/platform-coop-toolkit/pcc-framework)](https://circleci.com/gh/platform-coop-toolkit/pcc-framework/tree/master) [![GitHub Release](https://badgen.net/github/release/platform-coop-toolkit/pcc-framework)](https://github.com/platform-coop-toolkit/pcc-framework/releases/latest) @@ -55,6 +55,11 @@ The following plugins are recommended: None yet. == Changelog == += 2.2.2 = +**Bug Fixes** + +* Remove dependency installer ([40be36b](https://github.com/platform-coop-toolkit/pcc-framework/commit/40be36bcfaf2c613e44acbfee64becdfb870d0bc)) + = 2.2.1 = **Bug Fixes**