diff --git a/CHANGELOG.md b/CHANGELOG.md index bc3c2d66..91366175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 3.7.4 - 2023-03-25 ### Added - Added the `enableBlockTypeUserPermissions` plugin setting (defaults to `true`) diff --git a/composer.json b/composer.json index 7e6d70aa..099b9798 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spicyweb/craft-neo", "description": "A Matrix-like field type that uses existing fields", - "version": "3.7.3", + "version": "3.7.4", "type": "craft-plugin", "keywords": [ "cms", @@ -21,7 +21,7 @@ "support": { "issues": "https://github.com/spicywebau/craft-neo/issues", "source": "https://github.com/spicywebau/craft-neo", - "docs": "https://github.com/spicywebau/craft-neo/blob/3.7.3/README.md", + "docs": "https://github.com/spicywebau/craft-neo/blob/3.7.4/README.md", "rss": "https://github.com/spicywebau/craft-neo/commits/3.x.atom" }, "require": { @@ -44,7 +44,7 @@ "schemaVersion": "3.6.2", "class": "benf\\neo\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-neo/blob/3.x/CHANGELOG.md", - "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/3.7.3.zip" + "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/3.7.4.zip" }, "config": { "allow-plugins": { diff --git a/package.json b/package.json index a07b40d7..5ddad635 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "3.7.3", + "version": "3.7.4", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {