Skip to content

Commit

Permalink
Merge pull request #3 from vshn/add-version-number
Browse files Browse the repository at this point in the history
Show version number in results
  • Loading branch information
akosma authored Oct 12, 2021
2 parents 7767adb + 5389a5c commit 2817f2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/search_result.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export default interface SearchResult {
name: string,
href: string,
excerpt: string
excerpt: string,
version: string
}

0 comments on commit 2817f2f

Please sign in to comment.