Skip to content

Commit 6f927d4

Browse files
committed
⬆️ Updates
1 parent ec2238e commit 6f927d4

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ build/
1414
bin/query_cache/
1515
bin/image_cache/
1616
bin/update_cache/
17+
sign.sh

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

pubspec.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packages:
2121
name: algolia
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.1.0+2"
24+
version: "1.1.1"
2525
analyzer:
2626
dependency: transitive
2727
description:
@@ -49,7 +49,7 @@ packages:
4949
name: args
5050
url: "https://pub.dartlang.org"
5151
source: hosted
52-
version: "2.3.0"
52+
version: "2.3.1"
5353
async:
5454
dependency: transitive
5555
description:
@@ -112,7 +112,7 @@ packages:
112112
name: dart_code_metrics
113113
url: "https://pub.dartlang.org"
114114
source: hosted
115-
version: "4.14.0"
115+
version: "4.15.0"
116116
dart_style:
117117
dependency: transitive
118118
description:
@@ -245,7 +245,7 @@ packages:
245245
name: string_scanner
246246
url: "https://pub.dartlang.org"
247247
source: hosted
248-
version: "1.1.0"
248+
version: "1.1.1"
249249
term_glyph:
250250
dependency: transitive
251251
description:
@@ -259,7 +259,14 @@ packages:
259259
name: typed_data
260260
url: "https://pub.dartlang.org"
261261
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"
263270
uuid:
264271
dependency: transitive
265272
description:
@@ -287,6 +294,6 @@ packages:
287294
name: yaml
288295
url: "https://pub.dartlang.org"
289296
source: hosted
290-
version: "3.1.0"
297+
version: "3.1.1"
291298
sdks:
292299
dart: ">=2.16.1 <3.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.8
7+
version: 1.0.9
88

99
environment:
1010
sdk: '>=2.16.1 <3.0.0'

0 commit comments

Comments
 (0)