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 3449f68 commit 881605c
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.8';
static const String version = '2.0.9';
static final Uri githubRepositoryUrl =
Uri.https('github.com', '/techouse/alfred-tailwindcss-docs');
static const String algoliaApplicationId = 'KNPXZI5B0M';
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.8</string>
<string>2.0.9</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: "git@github.com: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,7 +4,7 @@ description: Search the Tailwind CSS documentation using Alfred
# Prevent accidental publishing to pub.dev.
publish_to: 'none'

version: 2.0.8
version: 2.0.9

environment:
sdk: '>=2.16.1 <3.0.0'
Expand All @@ -13,10 +13,7 @@ dependencies:
algolia: ^1.0.4
args: ^2.3.0
html_unescape: ^2.0.0
alfred_workflow:
git:
url: git@github.com: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.8
2.0.9

0 comments on commit 881605c

Please sign in to comment.