File tree Expand file tree Collapse file tree 4 files changed +9
-14
lines changed Expand file tree Collapse file tree 4 files changed +9
-14
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.0.6 ' ;
4
+ static const String version = '1.0.7 ' ;
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.6 </string >
254
+ <string >1.0.7 </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 @@ -11,12 +11,10 @@ packages:
11
11
alfred_workflow:
12
12
dependency: "direct main"
13
13
description:
14
- path: "."
15
- ref: master
16
- resolved-ref: ecbe8de5c4b6cc997836a4b62111a105a4352979
17
- url: "git@github.com:techouse/alfred_workflow.git"
18
- source: git
19
- version: "0.0.8"
14
+ name: alfred_workflow
15
+ url: "https://pub.dartlang.org"
16
+ source: hosted
17
+ version: "0.1.2"
20
18
algolia:
21
19
dependency: "direct main"
22
20
description:
@@ -58,7 +56,7 @@ packages:
58
56
name: async
59
57
url: "https://pub.dartlang.org"
60
58
source: hosted
61
- version: "2.8.2 "
59
+ version: "2.9.0 "
62
60
charcode:
63
61
dependency: transitive
64
62
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.0.6
7
+ version : 1.0.7
8
8
9
9
environment :
10
10
sdk : ' >=2.16.1 <3.0.0'
@@ -13,10 +13,7 @@ environment:
13
13
dependencies :
14
14
algolia : ^1.0.4
15
15
args : ^2.3.0
16
- alfred_workflow :
17
- git :
18
- url : git@github.com:techouse/alfred_workflow.git
19
- ref : master
16
+ alfred_workflow : ^0.1.2
20
17
http : ^0.13.4
21
18
path : ^1.8.1
22
19
You can’t perform that action at this time.
0 commit comments