Skip to content

Commit

Permalink
⬆️ Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Apr 2, 2022
1 parent bab4329 commit 3949c7c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bin/src/constants/config.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Config {
Config._();

static const String version = '2.0.7';
static const String version = '2.0.8';
static final Uri githubRepositoryUrl =
Uri.https('github.com', '/techouse/alfred-django-docs');
static const String algoliaApplicationId = 'WODHKE4WZG';
Expand Down
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>2.0.7</string>
<string>2.0.8</string>
<key>webaddress</key>
<string>https://github.com/techouse</string>
</dict>
Expand Down
12 changes: 5 additions & 7 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ packages:
alfred_workflow:
dependency: "direct main"
description:
path: "."
ref: master
resolved-ref: ecbe8de5c4b6cc997836a4b62111a105a4352979
url: "[email protected]:techouse/alfred_workflow.git"
source: git
version: "0.0.8"
name: alfred_workflow
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.2"
algolia:
dependency: "direct main"
description:
Expand Down Expand Up @@ -58,7 +56,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.2"
version: "2.9.0"
charcode:
dependency: transitive
description:
Expand Down
7 changes: 2 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@ description: Search the Django documentation using Alfred
# Prevent accidental publishing to pub.dev.
publish_to: 'none'

version: 2.0.7
version: 2.0.8

environment:
sdk: '>=2.16.1 <3.0.0'

dependencies:
algolia: ^1.0.4
args: ^2.3.0
alfred_workflow:
git:
url: [email protected]:techouse/alfred_workflow.git
ref: master
alfred_workflow: ^0.1.2
collection: ^1.16.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.7
2.0.8

0 comments on commit 3949c7c

Please sign in to comment.