Fix latest version listing (#31)

This commit is contained in:
Aeledfyr 2020-11-10 11:59:54 -06:00 committed by GitHub
parent 198b3c9f1b
commit 07c255f7f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()"