Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MDXDave authored Jan 29, 2019
1 parent 42a2696 commit cb357fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -22,7 +22,7 @@
}
],
"require": {
"craftcms/cms": "~3.0.0-beta.23",
"craftcms/cms": "^3.0.0",
"nesbot/carbon": "^1.22"
},
"config": {
Expand All @@ -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",
Expand Down

0 comments on commit cb357fc

Please sign in to comment.