diff --git a/bin/src/constants/config.dart b/bin/src/constants/config.dart
index b21d1d6..67c94db 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.6';
+ static const String version = '2.0.7';
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 9463925..9d018bc 100644
--- a/info.plist
+++ b/info.plist
@@ -215,7 +215,7 @@
variablesdontexport
version
- 2.0.6
+ 2.0.7
webaddress
https://github.com/techouse
diff --git a/pubspec.lock b/pubspec.lock
index 486ee3e..2d6f7ac 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -13,10 +13,10 @@ packages:
description:
path: "."
ref: master
- resolved-ref: "3bcaed9a5848e962ece41074eebbe07d236cad18"
+ resolved-ref: ecbe8de5c4b6cc997836a4b62111a105a4352979
url: "git@github.com:techouse/alfred_workflow.git"
source: git
- version: "0.0.5"
+ version: "0.0.8"
algolia:
dependency: "direct main"
description:
@@ -87,6 +87,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
+ copy_with_extension:
+ dependency: transitive
+ description:
+ name: copy_with_extension
+ url: "https://pub.dartlang.org"
+ source: hosted
+ version: "4.0.0"
crypto:
dependency: transitive
description:
diff --git a/pubspec.yaml b/pubspec.yaml
index 8f1f827..3256bc5 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.6
+version: 2.0.7
environment:
sdk: '>=2.16.1 <3.0.0'
diff --git a/version b/version
index 703cec9..6a0ca2d 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-2.0.6
\ No newline at end of file
+2.0.7
\ No newline at end of file