diff --git a/bin/src/constants/config.dart b/bin/src/constants/config.dart index 72ea7ee..eec4b36 100644 --- a/bin/src/constants/config.dart +++ b/bin/src/constants/config.dart @@ -1,7 +1,7 @@ class Config { Config._(); - static const String version = '2.0.4'; + static const String version = '2.0.5'; static final Uri githubRepositoryUrl = Uri.https('github.com', '/techouse/alfred-django-docs'); static const String algoliaApplicationId = 'WODHKE4WZG'; diff --git a/bin/src/services/algolia_search.dart b/bin/src/services/algolia_search.dart index 1742045..36bdd96 100644 --- a/bin/src/services/algolia_search.dart +++ b/bin/src/services/algolia_search.dart @@ -22,7 +22,6 @@ class AlgoliaSearch { 'version:${(version ?? Config.supportedVersions.last).replaceAll('v', '')}', ) .setAttributesToRetrieve(SearchResult.attributesToRetrieve) - .setDistinct(value: 1) .setPage(0) .setHitsPerPage(20) .getObjects(); diff --git a/info.plist b/info.plist index 437c489..299090a 100644 --- a/info.plist +++ b/info.plist @@ -215,7 +215,7 @@ variablesdontexport version - 2.0.4 + 2.0.5 webaddress https://github.com/techouse diff --git a/pubspec.yaml b/pubspec.yaml index 5fcfab3..a6c6698 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: Search the Django documentation using Alfred # Prevent accidental publishing to pub.dev. publish_to: 'none' -version: 2.0.4 +version: 2.0.5 environment: sdk: '>=2.16.1 <3.0.0' diff --git a/version b/version index 26e3379..b9d2bdf 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.0.4 \ No newline at end of file +2.0.5 \ No newline at end of file