diff --git a/bin/src/constants/config.dart b/bin/src/constants/config.dart index d0f834e..e053895 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.1.0'; + static const String version = '2.1.1'; static final Uri githubRepositoryUrl = Uri.https('github.com', '/techouse/alfred-django-docs'); static const String algoliaApplicationId = 'WODHKE4WZG'; diff --git a/bin/src/models/search_result.dart b/bin/src/models/search_result.dart index 0afe282..b6ddf91 100644 --- a/bin/src/models/search_result.dart +++ b/bin/src/models/search_result.dart @@ -45,7 +45,7 @@ class SearchResult { id = json['id'] as String, permalink = json['permalink'] as String, title = json['title'] as String, - version = json['version'] as int; + version = json['version'] as num; Map toJson() => { 'objectID': objectID, diff --git a/info.plist b/info.plist index 6577463..9e6b8e8 100644 --- a/info.plist +++ b/info.plist @@ -215,7 +215,7 @@ variablesdontexport version - 2.1.0 + 2.1.1 webaddress https://github.com/techouse diff --git a/pubspec.yaml b/pubspec.yaml index d2f7097..645bae0 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.1.0 +version: 2.1.1 environment: sdk: '>=2.17.0 <3.0.0' diff --git a/version b/version index 50aea0e..7c32728 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.1.0 \ No newline at end of file +2.1.1 \ No newline at end of file