Skip to content

Commit

Permalink
⬆️ Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Jun 7, 2022
1 parent 9fd27a8 commit 3334af5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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.1.3';
static const String version = '2.1.4';
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.1.3</string>
<string>2.1.4</string>
<key>webaddress</key>
<string>https://github.com/techouse</string>
</dict>
Expand Down
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
name: alfred_workflow
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
version: "0.2.0"
algolia:
dependency: "direct main"
description:
Expand Down Expand Up @@ -77,7 +77,7 @@ packages:
name: convert
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "3.0.2"
copy_with_extension:
dependency: transitive
description:
Expand All @@ -98,7 +98,7 @@ packages:
name: csslib
url: "https://pub.dartlang.org"
source: hosted
version: "0.17.1"
version: "0.17.2"
dart_code_metrics:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -224,14 +224,14 @@ packages:
name: stash
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
version: "4.1.0"
stash_file:
dependency: transitive
description:
name: stash_file
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
version: "4.1.0"
stream_transform:
dependency: transitive
description:
Expand Down Expand Up @@ -287,7 +287,7 @@ packages:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.1"
version: "6.1.0"
yaml:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 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.1.3
version: 2.1.4

environment:
sdk: '>=2.17.0 <3.0.0'
Expand All @@ -13,7 +13,7 @@ dependencies:
algolia: ^1.1.1
args: ^2.3.0
html_unescape: ^2.0.0
alfred_workflow: ^0.1.3
alfred_workflow: ^0.2.0
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.1.3
2.1.4

0 comments on commit 3334af5

Please sign in to comment.