File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
class Config {
2
2
Config ._();
3
3
4
- static const String version = '1.1.3 ' ;
4
+ static const String version = '1.1.4 ' ;
5
5
static final Uri githubRepositoryUrl =
6
6
Uri .https ('github.com' , '/techouse/alfred-gitmoji' );
7
7
static const String algoliaApplicationId = 'WODHKE4WZG' ;
Original file line number Diff line number Diff line change 159
159
<key >queuedelaycustom </key >
160
160
<integer >3 </integer >
161
161
<key >queuedelayimmediatelyinitially </key >
162
- <true />
162
+ <false />
163
163
<key >queuedelaymode </key >
164
164
<integer >2 </integer >
165
165
<key >queuemode </key >
251
251
<key >variablesdontexport </key >
252
252
<array />
253
253
<key >version </key >
254
- <string >1.1.3 </string >
254
+ <string >1.1.4 </string >
255
255
<key >webaddress </key >
256
256
<string >https://github.com/techouse </string >
257
257
</dict >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Search for gitmojis and copy them to the clipboard easily.
4
4
# Prevent accidental publishing to pub.dev.
5
5
publish_to : ' none'
6
6
7
- version : 1.1.3
7
+ version : 1.1.4
8
8
9
9
environment :
10
10
sdk : ' >=2.17.0 <3.0.0'
You can’t perform that action at this time.
0 commit comments