File tree Expand file tree Collapse file tree 4 files changed +9
-16
lines changed Expand file tree Collapse file tree 4 files changed +9
-16
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.2 ' ;
4
+ static const String version = '1.1.3 ' ;
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 161
161
<key >queuedelayimmediatelyinitially </key >
162
162
<true />
163
163
<key >queuedelaymode </key >
164
- <integer >0 </integer >
164
+ <integer >2 </integer >
165
165
<key >queuemode </key >
166
166
<integer >1 </integer >
167
167
<key >runningsubtext </key >
251
251
<key >variablesdontexport </key >
252
252
<array />
253
253
<key >version </key >
254
- <string >1.1.2 </string >
254
+ <string >1.1.3 </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 @@ -57,13 +57,6 @@ packages:
57
57
url: "https://pub.dartlang.org"
58
58
source: hosted
59
59
version: "2.9.0"
60
- charcode:
61
- dependency: transitive
62
- description:
63
- name: charcode
64
- url: "https://pub.dartlang.org"
65
- source: hosted
66
- version: "1.3.1"
67
60
clock:
68
61
dependency: transitive
69
62
description:
@@ -91,7 +84,7 @@ packages:
91
84
name: copy_with_extension
92
85
url: "https://pub.dartlang.org"
93
86
source: hosted
94
- version: "4.0.0 "
87
+ version: "4.0.2 "
95
88
crypto:
96
89
dependency: transitive
97
90
description:
@@ -112,7 +105,7 @@ packages:
112
105
name: dart_code_metrics
113
106
url: "https://pub.dartlang.org"
114
107
source: hosted
115
- version: "4.15.1 "
108
+ version: "4.15.2 "
116
109
dart_style:
117
110
dependency: transitive
118
111
description:
@@ -161,7 +154,7 @@ packages:
161
154
name: http_parser
162
155
url: "https://pub.dartlang.org"
163
156
source: hosted
164
- version: "4.0.0 "
157
+ version: "4.0.1 "
165
158
json_annotation:
166
159
dependency: transitive
167
160
description:
@@ -182,7 +175,7 @@ packages:
182
175
name: meta
183
176
url: "https://pub.dartlang.org"
184
177
source: hosted
185
- version: "1.7 .0"
178
+ version: "1.8 .0"
186
179
package_config:
187
180
dependency: transitive
188
181
description:
@@ -196,7 +189,7 @@ packages:
196
189
name: path
197
190
url: "https://pub.dartlang.org"
198
191
source: hosted
199
- version: "1.8.1 "
192
+ version: "1.8.2 "
200
193
petitparser:
201
194
dependency: transitive
202
195
description:
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.2
7
+ version : 1.1.3
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