diff --git a/CHANGELOG.md b/CHANGELOG.md index da2c6e8..4cf4a0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 3.0.0-beta.1 - 2022-04-29 +## 3.0.0 - 2022-05-05 ### Added - Added Craft 4 compatibility diff --git a/composer.json b/composer.json index 59d2141..b1bd484 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": "3.0.0-beta.1", + "version": "3.0.0", "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/3.0.0-beta.1/README.md", + "docs": "https://github.com/spicywebau/craft-embedded-assets/blob/3.0.0/README.md", "rss": "https://github.com/spicywebau/craft-embedded-assets/commits/3.x.atom" }, "require": { @@ -49,7 +49,7 @@ "schemaVersion": "1.0.0", "class": "spicyweb\\embeddedassets\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-embedded-assets/blob/3.x/CHANGELOG.md", - "downloadUrl": "https://github.com/spicywebau/craft-embedded-assets/archive/3.0.0-beta.1.zip" + "downloadUrl": "https://github.com/spicywebau/craft-embedded-assets/archive/3.0.0.zip" }, "config": { "allow-plugins": { diff --git a/package.json b/package.json index 5f61087..a3f67a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-embedded-assets", - "version": "3.0.0-beta.1", + "version": "3.0.0", "description": "Manage YouTube videos, Instagram photos, Twitter posts and more as first class assets", "main": "src/resources/main.js", "scripts": {