diff --git a/bin/src/constants/config.dart b/bin/src/constants/config.dart index 25253fb..b223bb0 100644 --- a/bin/src/constants/config.dart +++ b/bin/src/constants/config.dart @@ -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'; diff --git a/info.plist b/info.plist index cfa62ae..ee3b6dc 100644 --- a/info.plist +++ b/info.plist @@ -159,7 +159,7 @@ queuedelaycustom 3 queuedelayimmediatelyinitially - + queuedelaymode 2 queuemode @@ -251,7 +251,7 @@ variablesdontexport version - 1.1.3 + 1.1.4 webaddress https://github.com/techouse diff --git a/pubspec.yaml b/pubspec.yaml index 4981fe0..2efc2e8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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'