Skip to content

Commit dec4fa7

Browse files
committed
⬆️ Updates
1 parent 800ce1a commit dec4fa7

File tree

4 files changed

+9
-14
lines changed

4 files changed

+9
-14
lines changed

bin/src/constants/config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Config {
22
Config._();
33

4-
static const String version = '1.0.6';
4+
static const String version = '1.0.7';
55
static final Uri githubRepositoryUrl =
66
Uri.https('github.com', '/techouse/alfred-gitmoji');
77
static const String algoliaApplicationId = 'WODHKE4WZG';

info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
<key>variablesdontexport</key>
252252
<array/>
253253
<key>version</key>
254-
<string>1.0.6</string>
254+
<string>1.0.7</string>
255255
<key>webaddress</key>
256256
<string>https://github.com/techouse</string>
257257
</dict>

pubspec.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,10 @@ packages:
1111
alfred_workflow:
1212
dependency: "direct main"
1313
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"
2018
algolia:
2119
dependency: "direct main"
2220
description:
@@ -58,7 +56,7 @@ packages:
5856
name: async
5957
url: "https://pub.dartlang.org"
6058
source: hosted
61-
version: "2.8.2"
59+
version: "2.9.0"
6260
charcode:
6361
dependency: transitive
6462
description:

pubspec.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Search for gitmojis and copy them to the clipboard easily.
44
# Prevent accidental publishing to pub.dev.
55
publish_to: 'none'
66

7-
version: 1.0.6
7+
version: 1.0.7
88

99
environment:
1010
sdk: '>=2.16.1 <3.0.0'
@@ -13,10 +13,7 @@ environment:
1313
dependencies:
1414
algolia: ^1.0.4
1515
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
2017
http: ^0.13.4
2118
path: ^1.8.1
2219

0 commit comments

Comments
 (0)