From 79283b7d2f01f7d714f29b53cf8ec1712b11de87 Mon Sep 17 00:00:00 2001 From: Thomas Templeton Date: Tue, 19 Jul 2022 22:54:42 +1000 Subject: [PATCH] Release 1.0.1 --- CHANGELOG.md | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef51fc7..28f4769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.0.1 - 2022-07-19 ### Fixed - Fixed a bug where deleted field groups would still appear on new Neo block type field layouts diff --git a/composer.json b/composer.json index a51ef15..d236de5 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spicyweb/craft-quick-field", "description": "Create fields on the fly while designing field layouts", - "version": "1.0.0", + "version": "1.0.1", "type": "craft-plugin", "keywords": [ "cms", @@ -18,7 +18,7 @@ "support": { "issues": "https://github.com/spicywebau/craft-quick-field/issues", "source": "https://github.com/spicywebau/craft-quick-field", - "docs": "https://github.com/spicywebau/craft-quick-field/blob/master/README.md", + "docs": "https://github.com/spicywebau/craft-quick-field/blob/1.0.1/README.md", "rss": "https://github.com/spicywebau/craft-quick-field/commits/master.atom" }, "require": {