Skip to content

Commit

Permalink
Updated version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
paustian committed May 25, 2021
1 parent 8a028e1 commit 03e13f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Entity/Repository/QuickcheckQuestionRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function getSearchResults(array $words, string $searchType, bool $full=fa
break;
}
$query = $qb->getQuery();
$results = $query->getResult();
$results = $query->getArrayResult();
return $results;
}
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paustian/quickcheck-module",
"version": "4.0.4",
"version": "4.0.6",
"description": "Module for creating quizzes that you can attach to other modules",
"type": "zikula-module",
"license": "LGPL-3.0+",
Expand Down

0 comments on commit 03e13f8

Please sign in to comment.