diff --git a/composer.json b/composer.json index 883ff02..02fc43f 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "mdxdave/time-ago", "description": "Displays time ago for timestamp", "type": "craft-plugin", - "version": "1.0.0", + "version": "1.0.1", "keywords": [ "craft", "cms", @@ -22,7 +22,7 @@ } ], "require": { - "craftcms/cms": "~3.0.0-beta.23", + "craftcms/cms": "^3.0.0", "nesbot/carbon": "^1.22" }, "config": { @@ -42,7 +42,7 @@ "extra": { "name": "TimeAgo", "handle": "time-ago", - "schemaVersion": "1.0.0", + "schemaVersion": "1.0.1", "hasCpSettings": false, "hasCpSection": false, "changelogUrl": "https://raw.githubusercontent.com/mdxdave/time-ago/master/CHANGELOG.md",