Skip to content

Commit

Permalink
Update references
Browse files Browse the repository at this point in the history
  • Loading branch information
sjelfull committed Apr 4, 2018
1 parent 6198e63 commit c4130ad
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": "superbig/craft-audit",
"description": "Log adding/updating/deleting of elements",
"type": "craft-plugin",
"version": "2.0.0",
"version": "1.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -11,7 +11,7 @@
"audit"
],
"support": {
"docs": "https://github.com/sjelfull/craft-audit/blob/master/README.md",
"docs": "https://github.com/sjelfull/craft-audit/blob/v1/README.md",
"issues": "https://github.com/sjelfull/craft-audit/issues"
},
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,7 @@
"handle": "audit",
"hasCpSettings": true,
"hasCpSection": true,
"changelogUrl": "https://raw.githubusercontent.com/sjelfull/craft-audit/master/CHANGELOG.md",
"changelogUrl": "https://raw.githubusercontent.com/sjelfull/craft-audit/v1/CHANGELOG.md",
"components": {
"auditService": "superbig\\audit\\services\\AuditService",
"geo": "superbig\\audit\\services\\Audit_GeoService"
Expand Down

0 comments on commit c4130ad

Please sign in to comment.