File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
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.4 ' ;
4
+ static const String version = '1.1.5 ' ;
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.4 </string >
254
+ <string >1.1.5 </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 @@ -14,7 +14,7 @@ packages:
14
14
name: alfred_workflow
15
15
url: "https://pub.dartlang.org"
16
16
source: hosted
17
- version: "0.1.3 "
17
+ version: "0.2.0 "
18
18
algolia:
19
19
dependency: "direct main"
20
20
description:
@@ -77,7 +77,7 @@ packages:
77
77
name: convert
78
78
url: "https://pub.dartlang.org"
79
79
source: hosted
80
- version: "3.0.1 "
80
+ version: "3.0.2 "
81
81
copy_with_extension:
82
82
dependency: transitive
83
83
description:
@@ -98,7 +98,7 @@ packages:
98
98
name: csslib
99
99
url: "https://pub.dartlang.org"
100
100
source: hosted
101
- version: "0.17.1 "
101
+ version: "0.17.2 "
102
102
dart_code_metrics:
103
103
dependency: "direct dev"
104
104
description:
@@ -217,14 +217,14 @@ packages:
217
217
name: stash
218
218
url: "https://pub.dartlang.org"
219
219
source: hosted
220
- version: "4.0.1 "
220
+ version: "4.1.0 "
221
221
stash_file:
222
222
dependency: transitive
223
223
description:
224
224
name: stash_file
225
225
url: "https://pub.dartlang.org"
226
226
source: hosted
227
- version: "4.0.1 "
227
+ version: "4.1.0 "
228
228
stream_transform:
229
229
dependency: transitive
230
230
description:
@@ -280,7 +280,7 @@ packages:
280
280
name: xml
281
281
url: "https://pub.dartlang.org"
282
282
source: hosted
283
- version: "6.0.1 "
283
+ version: "6.1.0 "
284
284
yaml:
285
285
dependency: transitive
286
286
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.4
7
+ version : 1.1.5
8
8
9
9
environment :
10
10
sdk : ' >=2.17.0 <3.0.0'
@@ -13,7 +13,7 @@ environment:
13
13
dependencies :
14
14
algolia : ^1.1.1
15
15
args : ^2.3.0
16
- alfred_workflow : ^0.1.3
16
+ alfred_workflow : ^0.2.0
17
17
http : ^0.13.4
18
18
path : ^1.8.1
19
19
You can’t perform that action at this time.
0 commit comments