From 9e02e9dc2d6b0dd90234c063c90819fd1baec7f1 Mon Sep 17 00:00:00 2001 From: James Edmonston Date: Tue, 10 Jan 2023 12:06:42 +0000 Subject: [PATCH] Fix version mismatch --- CHANGELOG.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb0eb72..b058fca 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](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## 2.2.1 - 2023-01-07 +## 2.2.1 - 2023-01-10 ### Fixed diff --git a/composer.json b/composer.json index f4b300e..564a4f2 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "jamesedmonston/graphql-authentication", "description": "GraphQL authentication for your headless Craft CMS applications.", "type": "craft-plugin", - "version": "2.2.0", + "version": "2.2.1", "keywords": [ "craft", "cms",