Skip to content

Commit 0a6ceb1

Browse files
committed
⬆️ Updates
1 parent 51f534a commit 0a6ceb1

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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.1.4';
4+
static const String version = '1.1.5';
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.1.4</string>
254+
<string>1.1.5</string>
255255
<key>webaddress</key>
256256
<string>https://github.com/techouse</string>
257257
</dict>

pubspec.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
name: alfred_workflow
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "0.1.3"
17+
version: "0.2.0"
1818
algolia:
1919
dependency: "direct main"
2020
description:
@@ -77,7 +77,7 @@ packages:
7777
name: convert
7878
url: "https://pub.dartlang.org"
7979
source: hosted
80-
version: "3.0.1"
80+
version: "3.0.2"
8181
copy_with_extension:
8282
dependency: transitive
8383
description:
@@ -98,7 +98,7 @@ packages:
9898
name: csslib
9999
url: "https://pub.dartlang.org"
100100
source: hosted
101-
version: "0.17.1"
101+
version: "0.17.2"
102102
dart_code_metrics:
103103
dependency: "direct dev"
104104
description:
@@ -217,14 +217,14 @@ packages:
217217
name: stash
218218
url: "https://pub.dartlang.org"
219219
source: hosted
220-
version: "4.0.1"
220+
version: "4.1.0"
221221
stash_file:
222222
dependency: transitive
223223
description:
224224
name: stash_file
225225
url: "https://pub.dartlang.org"
226226
source: hosted
227-
version: "4.0.1"
227+
version: "4.1.0"
228228
stream_transform:
229229
dependency: transitive
230230
description:
@@ -280,7 +280,7 @@ packages:
280280
name: xml
281281
url: "https://pub.dartlang.org"
282282
source: hosted
283-
version: "6.0.1"
283+
version: "6.1.0"
284284
yaml:
285285
dependency: transitive
286286
description:

pubspec.yaml

Lines changed: 2 additions & 2 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.1.4
7+
version: 1.1.5
88

99
environment:
1010
sdk: '>=2.17.0 <3.0.0'
@@ -13,7 +13,7 @@ environment:
1313
dependencies:
1414
algolia: ^1.1.1
1515
args: ^2.3.0
16-
alfred_workflow: ^0.1.3
16+
alfred_workflow: ^0.2.0
1717
http: ^0.13.4
1818
path: ^1.8.1
1919

0 commit comments

Comments
 (0)