File tree Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 14
14
bin /query_cache /
15
15
bin /image_cache /
16
16
bin /update_cache /
17
+ sign.sh
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.0.8 ' ;
4
+ static const String version = '1.0.9 ' ;
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.0.8 </string >
254
+ <string >1.0.9 </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 @@ -21,7 +21,7 @@ packages:
21
21
name: algolia
22
22
url: "https://pub.dartlang.org"
23
23
source: hosted
24
- version: "1.1.0+2 "
24
+ version: "1.1.1 "
25
25
analyzer:
26
26
dependency: transitive
27
27
description:
@@ -49,7 +49,7 @@ packages:
49
49
name: args
50
50
url: "https://pub.dartlang.org"
51
51
source: hosted
52
- version: "2.3.0 "
52
+ version: "2.3.1 "
53
53
async:
54
54
dependency: transitive
55
55
description:
@@ -112,7 +112,7 @@ packages:
112
112
name: dart_code_metrics
113
113
url: "https://pub.dartlang.org"
114
114
source: hosted
115
- version: "4.14 .0"
115
+ version: "4.15 .0"
116
116
dart_style:
117
117
dependency: transitive
118
118
description:
@@ -245,7 +245,7 @@ packages:
245
245
name: string_scanner
246
246
url: "https://pub.dartlang.org"
247
247
source: hosted
248
- version: "1.1.0 "
248
+ version: "1.1.1 "
249
249
term_glyph:
250
250
dependency: transitive
251
251
description:
@@ -259,7 +259,14 @@ packages:
259
259
name: typed_data
260
260
url: "https://pub.dartlang.org"
261
261
source: hosted
262
- version: "1.3.0"
262
+ version: "1.3.1"
263
+ universal_io:
264
+ dependency: transitive
265
+ description:
266
+ name: universal_io
267
+ url: "https://pub.dartlang.org"
268
+ source: hosted
269
+ version: "2.0.4"
263
270
uuid:
264
271
dependency: transitive
265
272
description:
@@ -287,6 +294,6 @@ packages:
287
294
name: yaml
288
295
url: "https://pub.dartlang.org"
289
296
source: hosted
290
- version: "3.1.0 "
297
+ version: "3.1.1 "
291
298
sdks:
292
299
dart: ">=2.16.1 <3.0.0"
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.0.8
7
+ version : 1.0.9
8
8
9
9
environment :
10
10
sdk : ' >=2.16.1 <3.0.0'
You can’t perform that action at this time.
0 commit comments