Skip to content

Commit 3baab7c

Browse files
committed
🔖 Bump up version
1 parent be6798f commit 3baab7c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bin/src/constants/config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Config {
22
Config._();
33

4-
static const String version = '2.0.5';
4+
static const String version = '2.0.6';
55
static final Uri githubRepositoryUrl =
66
Uri.https('github.com', '/techouse/alfred-django-docs');
77
static const String algoliaApplicationId = 'WODHKE4WZG';

info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
<key>variablesdontexport</key>
216216
<array/>
217217
<key>version</key>
218-
<string>2.0.5</string>
218+
<string>2.0.6</string>
219219
<key>webaddress</key>
220220
<string>https://github.com/techouse</string>
221221
</dict>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Search the Django documentation using Alfred
44
# Prevent accidental publishing to pub.dev.
55
publish_to: 'none'
66

7-
version: 2.0.5
7+
version: 2.0.6
88

99
environment:
1010
sdk: '>=2.16.1 <3.0.0'

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.5
1+
2.0.6

0 commit comments

Comments
 (0)