Skip to content

Commit

Permalink
⚡ Delay the script filter execution until the last character is typed
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed May 21, 2022
1 parent 6ea85a7 commit 95e29d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = '1.1.3';
static const String version = '1.1.4';
static final Uri githubRepositoryUrl =
Uri.https('github.com', '/techouse/alfred-gitmoji');
static const String algoliaApplicationId = 'WODHKE4WZG';
Expand Down
4 changes: 2 additions & 2 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<key>queuedelaycustom</key>
<integer>3</integer>
<key>queuedelayimmediatelyinitially</key>
<true/>
<false/>
<key>queuedelaymode</key>
<integer>2</integer>
<key>queuemode</key>
Expand Down Expand Up @@ -251,7 +251,7 @@
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>1.1.3</string>
<string>1.1.4</string>
<key>webaddress</key>
<string>https://github.com/techouse</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Search for gitmojis and copy them to the clipboard easily.
# Prevent accidental publishing to pub.dev.
publish_to: 'none'

version: 1.1.3
version: 1.1.4

environment:
sdk: '>=2.17.0 <3.0.0'
Expand Down

0 comments on commit 95e29d9

Please sign in to comment.