File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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.0 ' ;
4
+ static const String version = '1.1.1 ' ;
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 251
251
<key >variablesdontexport </key >
252
252
<array />
253
253
<key >version </key >
254
- <string >1.1.0 </string >
254
+ <string >1.1.1 </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.0
7
+ version : 1.1.1
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