From 02e09a9da18e3b22414a6e20eb512c473b90f2ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Sat, 21 May 2022 12:27:05 +0100 Subject: [PATCH] :zap: Delay the script filter execution until the last character is typed --- bin/src/constants/config.dart | 2 +- info.plist | 4 ++-- pubspec.lock | 17 +++++------------ pubspec.yaml | 2 +- version | 2 +- 5 files changed, 10 insertions(+), 17 deletions(-) diff --git a/bin/src/constants/config.dart b/bin/src/constants/config.dart index d67aad7..21c57c0 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.1.2'; + static const String version = '2.1.3'; static final Uri githubRepositoryUrl = Uri.https('github.com', '/techouse/alfred-tailwindcss-docs'); static const String algoliaApplicationId = 'KNPXZI5B0M'; diff --git a/info.plist b/info.plist index fde44c0..ce30ff9 100644 --- a/info.plist +++ b/info.plist @@ -102,7 +102,7 @@ queuedelayimmediatelyinitially queuedelaymode - 0 + 2 queuemode 1 runningsubtext @@ -215,7 +215,7 @@ variablesdontexport version - 2.1.2 + 2.1.3 webaddress https://github.com/techouse diff --git a/pubspec.lock b/pubspec.lock index ca99ce9..e16b7a1 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -57,13 +57,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.9.0" - charcode: - dependency: transitive - description: - name: charcode - url: "https://pub.dartlang.org" - source: hosted - version: "1.3.1" clock: dependency: transitive description: @@ -91,7 +84,7 @@ packages: name: copy_with_extension url: "https://pub.dartlang.org" source: hosted - version: "4.0.0" + version: "4.0.2" crypto: dependency: transitive description: @@ -112,7 +105,7 @@ packages: name: dart_code_metrics url: "https://pub.dartlang.org" source: hosted - version: "4.15.1" + version: "4.15.2" dart_style: dependency: transitive description: @@ -168,7 +161,7 @@ packages: name: http_parser url: "https://pub.dartlang.org" source: hosted - version: "4.0.0" + version: "4.0.1" json_annotation: dependency: transitive description: @@ -189,7 +182,7 @@ packages: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" + version: "1.8.0" package_config: dependency: transitive description: @@ -203,7 +196,7 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.1" + version: "1.8.2" petitparser: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f4e89c4..1ddf8ff 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: Search the Tailwind CSS documentation using Alfred # Prevent accidental publishing to pub.dev. publish_to: 'none' -version: 2.1.2 +version: 2.1.3 environment: sdk: '>=2.17.0 <3.0.0' diff --git a/version b/version index 8f9174b..abae0d9 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.1.2 \ No newline at end of file +2.1.3 \ No newline at end of file