diff --git a/CHANGELOG.md b/CHANGELOG.md index f877b20..b05634c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 4.1.2 - 2024-08-20 ### Fixed - Fixed a compatibility issue with Craft Cloud diff --git a/composer.json b/composer.json index 6eac88d..6663136 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spicyweb/craft-embedded-assets", "description": "Manage YouTube videos, Instagram photos, Twitter posts and more as first class assets", - "version": "4.1.1", + "version": "4.1.2", "type": "craft-plugin", "keywords": [ "cms", @@ -24,7 +24,7 @@ "support": { "issues": "https://github.com/spicywebau/craft-embedded-assets/issues", "source": "https://github.com/spicywebau/craft-embedded-assets", - "docs": "https://github.com/spicywebau/craft-embedded-assets/blob/4.1.1/README.md", + "docs": "https://github.com/spicywebau/craft-embedded-assets/blob/4.1.2/README.md", "rss": "https://github.com/spicywebau/craft-embedded-assets/commits/4.x.atom" }, "require": { @@ -49,7 +49,7 @@ "schemaVersion": "1.0.0", "class": "spicyweb\\embeddedassets\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-embedded-assets/blob/4.x/CHANGELOG.md", - "downloadUrl": "https://github.com/spicywebau/craft-embedded-assets/archive/4.1.1.zip" + "downloadUrl": "https://github.com/spicywebau/craft-embedded-assets/archive/4.1.2.zip" }, "config": { "allow-plugins": { diff --git a/package.json b/package.json index e388b98..6760c52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-embedded-assets", - "version": "4.1.1", + "version": "4.1.2", "description": "Manage YouTube videos, Instagram photos, Twitter posts and more as first class assets", "private": true, "main": "webpack.config.js",