Fix latest version listing (#31)
This commit is contained in:
parent
198b3c9f1b
commit
07c255f7f8
@ -64,7 +64,7 @@
|
||||
:author="result.author"
|
||||
:name="result.title"
|
||||
:description="result.description"
|
||||
:latest-version="result.versions[0]"
|
||||
:latest-version="result.latest_version"
|
||||
:created-at="result.date_created"
|
||||
:updated-at="result.date_modified"
|
||||
:downloads="result.downloads.toString()"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user