diff --git a/bin/src/constants/config.dart b/bin/src/constants/config.dart index eec4b36..b21d1d6 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.5'; + static const String version = '2.0.6'; static final Uri githubRepositoryUrl = Uri.https('github.com', '/techouse/alfred-django-docs'); static const String algoliaApplicationId = 'WODHKE4WZG'; diff --git a/info.plist b/info.plist index 299090a..9463925 100644 --- a/info.plist +++ b/info.plist @@ -215,7 +215,7 @@ variablesdontexport version - 2.0.5 + 2.0.6 webaddress https://github.com/techouse diff --git a/pubspec.yaml b/pubspec.yaml index a6c6698..8f1f827 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.5 +version: 2.0.6 environment: sdk: '>=2.16.1 <3.0.0' diff --git a/version b/version index b9d2bdf..703cec9 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.0.5 \ No newline at end of file +2.0.6 \ No newline at end of file