Skip to content

Commit 95e29d9

Browse files
committed
⚡ Delay the script filter execution until the last character is typed
1 parent 6ea85a7 commit 95e29d9

File tree

3 files changed

+4
-4
lines changed

3 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 = '1.1.3';
4+
static const String version = '1.1.4';
55
static final Uri githubRepositoryUrl =
66
Uri.https('github.com', '/techouse/alfred-gitmoji');
77
static const String algoliaApplicationId = 'WODHKE4WZG';

info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
<key>queuedelaycustom</key>
160160
<integer>3</integer>
161161
<key>queuedelayimmediatelyinitially</key>
162-
<true/>
162+
<false/>
163163
<key>queuedelaymode</key>
164164
<integer>2</integer>
165165
<key>queuemode</key>
@@ -251,7 +251,7 @@
251251
<key>variablesdontexport</key>
252252
<array/>
253253
<key>version</key>
254-
<string>1.1.3</string>
254+
<string>1.1.4</string>
255255
<key>webaddress</key>
256256
<string>https://github.com/techouse</string>
257257
</dict>

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Search for gitmojis and copy them to the clipboard easily.
44
# Prevent accidental publishing to pub.dev.
55
publish_to: 'none'
66

7-
version: 1.1.3
7+
version: 1.1.4
88

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

0 commit comments

Comments
 (0)